Html Css Color HEX #D22D51 Old Rose

📋 copy color: '#D22D51'

red 210 ◦ green 45 ◦ blue 81

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

Shades of Old Rose #D22D51

Tints of Old Rose #D22D51

RGB

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

 GREEN value IS 45 (17.97% from 255) = 13.39%

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

R = 62.5%
G = 13.39%
B = 24.11%

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

#D22D51 (or 0xD22D51) is known color: Old Rose. HEX triplet: D2, 2D and 51. RGB value is (210,45,81). Sum of RGB (Red+Green+Blue) = 210+45+81=336 (44% of max value = 765). Red value is 210 (82.42% from 255 or 62.5% from 336); Green value is 45 (17.97% from 255 or 13.39% from 336); Blue value is 81 (32.03% from 255 or 24.11% from 336); Max value from RGB is 210 - color contains mainly: red. Hex color #D22D51 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D22D51 is #2DD2AE. Grayscale: #626262. Windows color (decimal): -3003055 or 5320146. OLE color: 5320146.

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

Color convert

RGB 210 45 81 -
CMYK 0 0.79 0.61 0.18
HSL 346.91º 0.65% 0.5% -
HSV(B) 346.91º 0.79% 0.82% -
XYZ 29 16.17 9.38 -
YUV 98.44 118.16 207.57 -
System Red Green Blue C M Y K H S L
Decimal 210 45 81 0 0.79 0.61 0.18 346.91 0.65 0.5
Hex D2 2D 51 0 4F 3D 12 15B 41 32
Octal 322 55 121 0 117 75 22 533 101 62
Binary 11010010 101101 1010001 0 1001111 111101 10010 101011011 1000001 110010

Color Harmonies of #D22D51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D22D51

Black with #D22D51

Text Example


Text Example

White with #D22D51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D22D51; }

 p { color: rgb(210,45,81); }

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

background-color css

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

 a { background-color: rgb(210,45,81); }

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

border-color css

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

 span { border-color: rgb(210,45,81); }

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