Html Css Color HEX #D22B50 Old Rose

📋 copy color: '#D22B50'

red 210 ◦ green 43 ◦ blue 80

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

Shades of Old Rose #D22B50

Tints of Old Rose #D22B50

RGB

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

 GREEN value IS 43 (17.19% from 255) = 12.91%

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

R = 63.06%
G = 12.91%
B = 24.02%

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

#D22B50 (or 0xD22B50) is known color: Old Rose. HEX triplet: D2, 2B and 50. RGB value is (210,43,80). Sum of RGB (Red+Green+Blue) = 210+43+80=333 (44% of max value = 765). Red value is 210 (82.42% from 255 or 63.06% from 333); Green value is 43 (17.19% from 255 or 12.91% from 333); Blue value is 80 (31.64% from 255 or 24.02% from 333); Max value from RGB is 210 - color contains mainly: red. Hex color #D22B50 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D22B50 is #2DD4AF. Grayscale: #616161. Windows color (decimal): -3003568 or 5254098. OLE color: 5254098.

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

Color convert

RGB 210 43 80 -
CMYK 0 0.80 0.62 0.18
HSL 346.71º 0.66% 0.5% -
HSV(B) 346.71º 0.8% 0.82% -
XYZ 28.89 16.01 9.16 -
YUV 97.15 118.33 208.49 -
System Red Green Blue C M Y K H S L
Decimal 210 43 80 0 0.80 0.62 0.18 346.71 0.66 0.5
Hex D2 2B 50 0 50 3E 12 15B 42 32
Octal 322 53 120 0 120 76 22 533 102 62
Binary 11010010 101011 1010000 0 1010000 111110 10010 101011011 1000010 110010

Color Harmonies of #D22B50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D22B50

Black with #D22B50

Text Example


Text Example

White with #D22B50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D22B50; }

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

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

background-color css

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

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

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

border-color css

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

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

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