Html Css Color HEX #D22C51 Old Rose

📋 copy color: '#D22C51'

red 210 ◦ green 44 ◦ blue 81

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

Shades of Old Rose #D22C51

Tints of Old Rose #D22C51

RGB

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

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

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

R = 62.69%
G = 13.13%
B = 24.18%

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

#D22C51 (or 0xD22C51) is known color: Old Rose. HEX triplet: D2, 2C and 51. RGB value is (210,44,81). Sum of RGB (Red+Green+Blue) = 210+44+81=335 (44% of max value = 765). Red value is 210 (82.42% from 255 or 62.69% from 335); Green value is 44 (17.58% from 255 or 13.13% from 335); Blue value is 81 (32.03% from 255 or 24.18% from 335); Max value from RGB is 210 - color contains mainly: red. Hex color #D22C51 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D22C51 is #2DD3AE. Grayscale: #616161. Windows color (decimal): -3003311 or 5319890. OLE color: 5319890.

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

Color convert

RGB 210 44 81 -
CMYK 0 0.79 0.61 0.18
HSL 346.63º 0.65% 0.5% -
HSV(B) 346.63º 0.79% 0.82% -
XYZ 28.96 16.1 9.37 -
YUV 97.85 118.5 207.99 -
System Red Green Blue C M Y K H S L
Decimal 210 44 81 0 0.79 0.61 0.18 346.63 0.65 0.5
Hex D2 2C 51 0 4F 3D 12 15B 41 32
Octal 322 54 121 0 117 75 22 533 101 62
Binary 11010010 101100 1010001 0 1001111 111101 10010 101011011 1000001 110010

Color Harmonies of #D22C51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D22C51

Black with #D22C51

Text Example


Text Example

White with #D22C51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D22C51; }

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

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

background-color css

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

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

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

border-color css

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

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

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