Html Css Color HEX #D22D50 Old Rose

📋 copy color: '#D22D50'

red 210 ◦ green 45 ◦ blue 80

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

Shades of Old Rose #D22D50

Tints of Old Rose #D22D50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 23.88%

R = 62.69%
G = 13.43%
B = 23.88%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.62

 K value IS 0.18

RGB Variations

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

Color information

#D22D50 (or 0xD22D50) is known color: Old Rose. HEX triplet: D2, 2D and 50. RGB value is (210,45,80). Sum of RGB (Red+Green+Blue) = 210+45+80=335 (44% of max value = 765). Red value is 210 (82.42% from 255 or 62.69% from 335); Green value is 45 (17.97% from 255 or 13.43% from 335); Blue value is 80 (31.64% from 255 or 23.88% from 335); Max value from RGB is 210 - color contains mainly: red. Hex color #D22D50 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D22D50 is #2DD2AF. Grayscale: #626262. Windows color (decimal): -3003056 or 5254610. OLE color: 5254610.

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

Color convert

RGB 210 45 80 -
CMYK 0 0.79 0.62 0.18
HSL 347.27º 0.65% 0.5% -
HSV(B) 347.27º 0.79% 0.82% -
XYZ 28.96 16.16 9.18 -
YUV 98.33 117.66 207.65 -
System Red Green Blue C M Y K H S L
Decimal 210 45 80 0 0.79 0.62 0.18 347.27 0.65 0.5
Hex D2 2D 50 0 4F 3E 12 15B 41 32
Octal 322 55 120 0 117 76 22 533 101 62
Binary 11010010 101101 1010000 0 1001111 111110 10010 101011011 1000001 110010

Color Harmonies of #D22D50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D22D50

Black with #D22D50

Text Example


Text Example

White with #D22D50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D22D50; }

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

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

background-color css

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

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

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

border-color css

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

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

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