Html Css Color HEX #D22950 Old Rose

📋 copy color: '#D22950'

red 210 ◦ green 41 ◦ blue 80

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

Shades of Old Rose #D22950

Tints of Old Rose #D22950

RGB

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

 GREEN value IS 41 (16.41% from 255) = 12.39%

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

R = 63.44%
G = 12.39%
B = 24.17%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.62

 K value IS 0.18

RGB Variations

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

Color information

#D22950 (or 0xD22950) is known color: Old Rose. HEX triplet: D2, 29 and 50. RGB value is (210,41,80). Sum of RGB (Red+Green+Blue) = 210+41+80=331 (43% of max value = 765). Red value is 210 (82.42% from 255 or 63.44% from 331); Green value is 41 (16.41% from 255 or 12.39% from 331); Blue value is 80 (31.64% from 255 or 24.17% from 331); Max value from RGB is 210 - color contains mainly: red. Hex color #D22950 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D22950 is #2DD6AF. Grayscale: #5F5F5F. Windows color (decimal): -3004080 or 5253586. OLE color: 5253586.

HSL color Cylindrical-coordinate representation of color #D22950: hue angle of 346.15º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D22950 is Cyan = 0, Magento = 0.80, Yellow = 0.62 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 41 80 -
CMYK 0 0.80 0.62 0.18
HSL 346.15º 0.67% 0.49% -
HSV(B) 346.15º 0.8% 0.82% -
XYZ 28.82 15.87 9.13 -
YUV 95.98 118.99 209.33 -
System Red Green Blue C M Y K H S L
Decimal 210 41 80 0 0.80 0.62 0.18 346.15 0.67 0.49
Hex D2 29 50 0 50 3E 12 15A 43 31
Octal 322 51 120 0 120 76 22 532 103 61
Binary 11010010 101001 1010000 0 1010000 111110 10010 101011010 1000011 110001

Color Harmonies of #D22950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D22950

Black with #D22950

Text Example


Text Example

White with #D22950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D22950; }

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

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

background-color css

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

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

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

border-color css

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

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

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