Html Css Color HEX #D02352 Old Rose

📋 copy color: '#D02352'

red 208 ◦ green 35 ◦ blue 82

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

Shades of Old Rose #D02352

Tints of Old Rose #D02352

RGB

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

 GREEN value IS 35 (14.06% from 255) = 10.77%

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

R = 64%
G = 10.77%
B = 25.23%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.61

 K value IS 0.18

RGB Variations

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

Color information

#D02352 (or 0xD02352) is known color: Old Rose. HEX triplet: D0, 23 and 52. RGB value is (208,35,82). Sum of RGB (Red+Green+Blue) = 208+35+82=325 (43% of max value = 765). Red value is 208 (81.64% from 255 or 64% from 325); Green value is 35 (14.06% from 255 or 10.77% from 325); Blue value is 82 (32.42% from 255 or 25.23% from 325); Max value from RGB is 208 - color contains mainly: red. Hex color #D02352 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D02352 is #2FDCAD. Grayscale: #5C5C5C. Windows color (decimal): -3136686 or 5383120. OLE color: 5383120.

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

Color convert

RGB 208 35 82 -
CMYK 0 0.83 0.61 0.18
HSL 343.7º 0.71% 0.48% -
HSV(B) 343.7º 0.83% 0.82% -
XYZ 28.14 15.22 9.44 -
YUV 92.09 122.31 210.68 -
System Red Green Blue C M Y K H S L
Decimal 208 35 82 0 0.83 0.61 0.18 343.7 0.71 0.48
Hex D0 23 52 0 53 3D 12 158 47 30
Octal 320 43 122 0 123 75 22 530 107 60
Binary 11010000 100011 1010010 0 1010011 111101 10010 101011000 1000111 110000

Color Harmonies of #D02352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D02352

Black with #D02352

Text Example


Text Example

White with #D02352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D02352; }

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

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

background-color css

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

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

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

border-color css

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

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

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