Html Css Color HEX #D03555 Old Rose

📋 copy color: '#D03555'

red 208 ◦ green 53 ◦ blue 85

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

Shades of Old Rose #D03555

Tints of Old Rose #D03555

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 24.57%

R = 60.12%
G = 15.32%
B = 24.57%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.59

 K value IS 0.18

RGB Variations

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

Color information

#D03555 (or 0xD03555) is known color: Old Rose. HEX triplet: D0, 35 and 55. RGB value is (208,53,85). Sum of RGB (Red+Green+Blue) = 208+53+85=346 (45% of max value = 765). Red value is 208 (81.64% from 255 or 60.12% from 346); Green value is 53 (21.09% from 255 or 15.32% from 346); Blue value is 85 (33.59% from 255 or 24.57% from 346); Max value from RGB is 208 - color contains mainly: red. Hex color #D03555 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D03555 is #2FCAAA. Grayscale: #676767. Windows color (decimal): -3132075 or 5584336. OLE color: 5584336.

HSL color Cylindrical-coordinate representation of color #D03555: hue angle of 347.61º 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 #D03555 is Cyan = 0, Magento = 0.75, Yellow = 0.59 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 53 85 -
CMYK 0 0.75 0.59 0.18
HSL 347.61º 0.62% 0.51% -
HSV(B) 347.61º 0.75% 0.82% -
XYZ 28.93 16.61 10.28 -
YUV 102.99 117.85 202.9 -
System Red Green Blue C M Y K H S L
Decimal 208 53 85 0 0.75 0.59 0.18 347.61 0.62 0.51
Hex D0 35 55 0 4B 3B 12 15C 3E 33
Octal 320 65 125 0 113 73 22 534 76 63
Binary 11010000 110101 1010101 0 1001011 111011 10010 101011100 111110 110011

Color Harmonies of #D03555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D03555

Black with #D03555

Text Example


Text Example

White with #D03555

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D03555; }

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

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

background-color css

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

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

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

border-color css

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

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

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