Html Css Color HEX #D02D4F Old Rose

📋 copy color: '#D02D4F'

red 208 ◦ green 45 ◦ blue 79

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

Shades of Old Rose #D02D4F

Tints of Old Rose #D02D4F

RGB

 RED value IS 208 (81.64% from 255) = 62.65%

 GREEN value IS 45 (17.97% from 255) = 13.55%

 BLUE value IS 79 (31.25% from 255) = 23.8%

R = 62.65%
G = 13.55%
B = 23.8%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.62

 K value IS 0.18

RGB Variations

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

Color information

#D02D4F (or 0xD02D4F) is known color: Old Rose. HEX triplet: D0, 2D and 4F. RGB value is (208,45,79). Sum of RGB (Red+Green+Blue) = 208+45+79=332 (43% of max value = 765). Red value is 208 (81.64% from 255 or 62.65% from 332); Green value is 45 (17.97% from 255 or 13.55% from 332); Blue value is 79 (31.25% from 255 or 23.80% from 332); Max value from RGB is 208 - color contains mainly: red. Hex color #D02D4F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D02D4F is #2FD2B0. Grayscale: #616161. Windows color (decimal): -3134129 or 5189072. OLE color: 5189072.

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

Color convert

RGB 208 45 79 -
CMYK 0 0.78 0.62 0.18
HSL 347.48º 0.64% 0.5% -
HSV(B) 347.48º 0.78% 0.82% -
XYZ 28.36 15.85 8.96 -
YUV 97.61 117.5 206.74 -
System Red Green Blue C M Y K H S L
Decimal 208 45 79 0 0.78 0.62 0.18 347.48 0.64 0.5
Hex D0 2D 4F 0 4E 3E 12 15B 40 32
Octal 320 55 117 0 116 76 22 533 100 62
Binary 11010000 101101 1001111 0 1001110 111110 10010 101011011 1000000 110010

Color Harmonies of #D02D4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D02D4F

Black with #D02D4F

Text Example


Text Example

White with #D02D4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D02D4F; }

 p { color: rgb(208,45,79); }

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

background-color css

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

 a { background-color: rgb(208,45,79); }

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

border-color css

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

 span { border-color: rgb(208,45,79); }

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