Html Css Color HEX #D03551 Old Rose

📋 copy color: '#D03551'

red 208 ◦ green 53 ◦ blue 81

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

Shades of Old Rose #D03551

Tints of Old Rose #D03551

RGB

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

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

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

R = 60.82%
G = 15.5%
B = 23.68%

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

#D03551 (or 0xD03551) is known color: Old Rose. HEX triplet: D0, 35 and 51. RGB value is (208,53,81). Sum of RGB (Red+Green+Blue) = 208+53+81=342 (45% of max value = 765). Red value is 208 (81.64% from 255 or 60.82% from 342); Green value is 53 (21.09% from 255 or 15.50% from 342); Blue value is 81 (32.03% from 255 or 23.68% from 342); Max value from RGB is 208 - color contains mainly: red. Hex color #D03551 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D03551 is #2FCAAE. Grayscale: #666666. Windows color (decimal): -3132079 or 5322192. OLE color: 5322192.

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

Color convert

RGB 208 53 81 -
CMYK 0 0.75 0.61 0.18
HSL 349.16º 0.62% 0.51% -
HSV(B) 349.16º 0.75% 0.82% -
XYZ 28.77 16.55 9.46 -
YUV 102.54 115.85 203.22 -
System Red Green Blue C M Y K H S L
Decimal 208 53 81 0 0.75 0.61 0.18 349.16 0.62 0.51
Hex D0 35 51 0 4B 3D 12 15D 3E 33
Octal 320 65 121 0 113 75 22 535 76 63
Binary 11010000 110101 1010001 0 1001011 111101 10010 101011101 111110 110011

Color Harmonies of #D03551

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D03551

Black with #D03551

Text Example


Text Example

White with #D03551

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D03551; }

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

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

background-color css

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

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

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

border-color css

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

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

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