Html Css Color HEX #D02C4F Old Rose

📋 copy color: '#D02C4F'

red 208 ◦ green 44 ◦ blue 79

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

Shades of Old Rose #D02C4F

Tints of Old Rose #D02C4F

RGB

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

 GREEN value IS 44 (17.58% from 255) = 13.29%

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

R = 62.84%
G = 13.29%
B = 23.87%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.62

 K value IS 0.18

RGB Variations

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

Color information

#D02C4F (or 0xD02C4F) is known color: Old Rose. HEX triplet: D0, 2C and 4F. RGB value is (208,44,79). Sum of RGB (Red+Green+Blue) = 208+44+79=331 (43% of max value = 765). Red value is 208 (81.64% from 255 or 62.84% from 331); Green value is 44 (17.58% from 255 or 13.29% from 331); Blue value is 79 (31.25% from 255 or 23.87% from 331); Max value from RGB is 208 - color contains mainly: red. Hex color #D02C4F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D02C4F is #2FD3B0. Grayscale: #616161. Windows color (decimal): -3134385 or 5188816. OLE color: 5188816.

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

Color convert

RGB 208 44 79 -
CMYK 0 0.79 0.62 0.18
HSL 347.2º 0.65% 0.49% -
HSV(B) 347.2º 0.79% 0.82% -
XYZ 28.32 15.78 8.95 -
YUV 97.03 117.83 207.15 -
System Red Green Blue C M Y K H S L
Decimal 208 44 79 0 0.79 0.62 0.18 347.2 0.65 0.49
Hex D0 2C 4F 0 4F 3E 12 15B 41 31
Octal 320 54 117 0 117 76 22 533 101 61
Binary 11010000 101100 1001111 0 1001111 111110 10010 101011011 1000001 110001

Color Harmonies of #D02C4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D02C4F

Black with #D02C4F

Text Example


Text Example

White with #D02C4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D02C4F; }

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

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

background-color css

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

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

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

border-color css

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

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

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