Html Css Color HEX #D03554 Old Rose

📋 copy color: '#D03554'

red 208 ◦ green 53 ◦ blue 84

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

Shades of Old Rose #D03554

Tints of Old Rose #D03554

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 24.35%

R = 60.29%
G = 15.36%
B = 24.35%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.60

 K value IS 0.18

RGB Variations

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

Color information

#D03554 (or 0xD03554) is known color: Old Rose. HEX triplet: D0, 35 and 54. RGB value is (208,53,84). Sum of RGB (Red+Green+Blue) = 208+53+84=345 (45% of max value = 765). Red value is 208 (81.64% from 255 or 60.29% from 345); Green value is 53 (21.09% from 255 or 15.36% from 345); Blue value is 84 (33.20% from 255 or 24.35% from 345); Max value from RGB is 208 - color contains mainly: red. Hex color #D03554 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D03554 is #2FCAAB. Grayscale: #666666. Windows color (decimal): -3132076 or 5518800. OLE color: 5518800.

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

Color convert

RGB 208 53 84 -
CMYK 0 0.75 0.60 0.18
HSL 348º 0.62% 0.51% -
HSV(B) 348º 0.75% 0.82% -
XYZ 28.89 16.6 10.07 -
YUV 102.88 117.35 202.98 -
System Red Green Blue C M Y K H S L
Decimal 208 53 84 0 0.75 0.60 0.18 348 0.62 0.51
Hex D0 35 54 0 4B 3C 12 15C 3E 33
Octal 320 65 124 0 113 74 22 534 76 63
Binary 11010000 110101 1010100 0 1001011 111100 10010 101011100 111110 110011

Color Harmonies of #D03554

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D03554

Black with #D03554

Text Example


Text Example

White with #D03554

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D03554; }

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

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

background-color css

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

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

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

border-color css

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

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

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