Html Css Color HEX #D23551 Old Rose

📋 copy color: '#D23551'

red 210 ◦ green 53 ◦ blue 81

#D23551
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Old Rose #D23551

Tints of Old Rose #D23551

RGB

 RED value IS 210 (82.42% from 255) = 61.05%

 GREEN value IS 53 (21.09% from 255) = 15.41%

 BLUE value IS 81 (32.03% from 255) = 23.55%

R = 61.05%
G = 15.41%
B = 23.55%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.61

 K value IS 0.18

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#D23551 (or 0xD23551) is known color: Old Rose. HEX triplet: D2, 35 and 51. RGB value is (210,53,81). Sum of RGB (Red+Green+Blue) = 210+53+81=344 (45% of max value = 765). Red value is 210 (82.42% from 255 or 61.05% from 344); Green value is 53 (21.09% from 255 or 15.41% from 344); Blue value is 81 (32.03% from 255 or 23.55% from 344); Max value from RGB is 210 - color contains mainly: red. Hex color #D23551 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D23551 is #2DCAAE. Grayscale: #676767. Windows color (decimal): -3001007 or 5322194. OLE color: 5322194.

HSL color Cylindrical-coordinate representation of color #D23551: hue angle of 349.3º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D23551 is Cyan = 0, Magento = 0.75, Yellow = 0.61 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 53 81 -
CMYK 0 0.75 0.61 0.18
HSL 349.3º 0.64% 0.52% -
HSV(B) 349.3º 0.75% 0.82% -
XYZ 29.34 16.84 9.49 -
YUV 103.14 115.51 204.22 -
System Red Green Blue C M Y K H S L
Decimal 210 53 81 0 0.75 0.61 0.18 349.3 0.64 0.52
Hex D2 35 51 0 4B 3D 12 15D 40 34
Octal 322 65 121 0 113 75 22 535 100 64
Binary 11010010 110101 1010001 0 1001011 111101 10010 101011101 1000000 110100

Color Harmonies of #D23551

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D23551

Black with #D23551

Text Example


Text Example

White with #D23551

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D23551; }

 p { color: rgb(210,53,81); }

 H1.HeaderClassName
 {
   color: #D23551;
 }
 .AnyTagClassName
 {
   color: #D23551;
 }
</style>

background-color css

<style>
 a { background-color: #D23551; }

 a { background-color: rgb(210,53,81); }

 div.DivClassName
 {
   background-color: #D23551;
 }
 .BgClassName
 {
   background-color: #D23551;
 }
</style>

border-color css

<style>
 span { border-color: #D23551; }

 span { border-color: rgb(210,53,81); }

 td.TdClassName
 {
   border-color: #D23551;
 }
 .TagClassName
 {
   border-color: #D23551;
 }
</style>