Html Css Color HEX #D02551 Old Rose

📋 copy color: '#D02551'

red 208 ◦ green 37 ◦ blue 81

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

Shades of Old Rose #D02551

Tints of Old Rose #D02551

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.35%

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

R = 63.8%
G = 11.35%
B = 24.85%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.61

 K value IS 0.18

RGB Variations

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

Color information

#D02551 (or 0xD02551) is known color: Old Rose. HEX triplet: D0, 25 and 51. RGB value is (208,37,81). Sum of RGB (Red+Green+Blue) = 208+37+81=326 (43% of max value = 765). Red value is 208 (81.64% from 255 or 63.80% from 326); Green value is 37 (14.84% from 255 or 11.35% from 326); Blue value is 81 (32.03% from 255 or 24.85% from 326); Max value from RGB is 208 - color contains mainly: red. Hex color #D02551 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D02551 is #2FDAAE. Grayscale: #5D5D5D. Windows color (decimal): -3136175 or 5318096. OLE color: 5318096.

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

Color convert

RGB 208 37 81 -
CMYK 0 0.82 0.61 0.18
HSL 344.56º 0.7% 0.48% -
HSV(B) 344.56º 0.82% 0.82% -
XYZ 28.16 15.33 9.26 -
YUV 93.15 121.15 209.92 -
System Red Green Blue C M Y K H S L
Decimal 208 37 81 0 0.82 0.61 0.18 344.56 0.7 0.48
Hex D0 25 51 0 52 3D 12 159 46 30
Octal 320 45 121 0 122 75 22 531 106 60
Binary 11010000 100101 1010001 0 1010010 111101 10010 101011001 1000110 110000

Color Harmonies of #D02551

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D02551

Black with #D02551

Text Example


Text Example

White with #D02551

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D02551; }

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

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

background-color css

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

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

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

border-color css

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

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

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