Html Css Color HEX #D03C52 Old Rose

📋 copy color: '#D03C52'

red 208 ◦ green 60 ◦ blue 82

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

Shades of Old Rose #D03C52

Tints of Old Rose #D03C52

RGB

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

 GREEN value IS 60 (23.83% from 255) = 17.14%

 BLUE value IS 82 (32.42% from 255) = 23.43%

R = 59.43%
G = 17.14%
B = 23.43%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.61

 K value IS 0.18

RGB Variations

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

Color information

#D03C52 (or 0xD03C52) is known color: Old Rose. HEX triplet: D0, 3C and 52. RGB value is (208,60,82). Sum of RGB (Red+Green+Blue) = 208+60+82=350 (46% of max value = 765). Red value is 208 (81.64% from 255 or 59.43% from 350); Green value is 60 (23.83% from 255 or 17.14% from 350); Blue value is 82 (32.42% from 255 or 23.43% from 350); Max value from RGB is 208 - color contains mainly: red. Hex color #D03C52 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D03C52 is #2FC3AD. Grayscale: #6A6A6A. Windows color (decimal): -3130286 or 5389520. OLE color: 5389520.

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

Color convert

RGB 208 60 82 -
CMYK 0 0.71 0.61 0.18
HSL 351.08º 0.61% 0.53% -
HSV(B) 351.08º 0.71% 0.82% -
XYZ 29.15 17.25 9.78 -
YUV 106.76 114.03 200.21 -
System Red Green Blue C M Y K H S L
Decimal 208 60 82 0 0.71 0.61 0.18 351.08 0.61 0.53
Hex D0 3C 52 0 47 3D 12 15F 3D 35
Octal 320 74 122 0 107 75 22 537 75 65
Binary 11010000 111100 1010010 0 1000111 111101 10010 101011111 111101 110101

Color Harmonies of #D03C52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D03C52

Black with #D03C52

Text Example


Text Example

White with #D03C52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D03C52; }

 p { color: rgb(208,60,82); }

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

background-color css

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

 a { background-color: rgb(208,60,82); }

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

border-color css

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

 span { border-color: rgb(208,60,82); }

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