Html Css Color HEX #D22C52 Old Rose

📋 copy color: '#D22C52'

red 210 ◦ green 44 ◦ blue 82

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

Shades of Old Rose #D22C52

Tints of Old Rose #D22C52

RGB

 RED value IS 210 (82.42% from 255) = 62.5%

 GREEN value IS 44 (17.58% from 255) = 13.1%

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

R = 62.5%
G = 13.1%
B = 24.4%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.61

 K value IS 0.18

RGB Variations

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

Color information

#D22C52 (or 0xD22C52) is known color: Old Rose. HEX triplet: D2, 2C and 52. RGB value is (210,44,82). Sum of RGB (Red+Green+Blue) = 210+44+82=336 (44% of max value = 765). Red value is 210 (82.42% from 255 or 62.5% from 336); Green value is 44 (17.58% from 255 or 13.10% from 336); Blue value is 82 (32.42% from 255 or 24.40% from 336); Max value from RGB is 210 - color contains mainly: red. Hex color #D22C52 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D22C52 is #2DD3AD. Grayscale: #616161. Windows color (decimal): -3003310 or 5385426. OLE color: 5385426.

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

Color convert

RGB 210 44 82 -
CMYK 0 0.79 0.61 0.18
HSL 346.27º 0.65% 0.5% -
HSV(B) 346.27º 0.79% 0.82% -
XYZ 29 16.11 9.56 -
YUV 97.97 119 207.91 -
System Red Green Blue C M Y K H S L
Decimal 210 44 82 0 0.79 0.61 0.18 346.27 0.65 0.5
Hex D2 2C 52 0 4F 3D 12 15A 41 32
Octal 322 54 122 0 117 75 22 532 101 62
Binary 11010010 101100 1010010 0 1001111 111101 10010 101011010 1000001 110010

Color Harmonies of #D22C52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D22C52

Black with #D22C52

Text Example


Text Example

White with #D22C52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D22C52; }

 p { color: rgb(210,44,82); }

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

background-color css

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

 a { background-color: rgb(210,44,82); }

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

border-color css

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

 span { border-color: rgb(210,44,82); }

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