Html Css Color HEX #D22D37 Mahogany

📋 copy color: '#D22D37'

red 210 ◦ green 45 ◦ blue 55

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

Shades of Mahogany #D22D37

Tints of Mahogany #D22D37

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 17.74%

R = 67.74%
G = 14.52%
B = 17.74%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.74

 K value IS 0.18

RGB Variations

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

Color information

#D22D37 (or 0xD22D37) is known color: Mahogany. HEX triplet: D2, 2D and 37. RGB value is (210,45,55). Sum of RGB (Red+Green+Blue) = 210+45+55=310 (41% of max value = 765). Red value is 210 (82.42% from 255 or 67.74% from 310); Green value is 45 (17.97% from 255 or 14.52% from 310); Blue value is 55 (21.88% from 255 or 17.74% from 310); Max value from RGB is 210 - color contains mainly: red. Hex color #D22D37 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D22D37 is #2DD2C8. Grayscale: #5F5F5F. Windows color (decimal): -3003081 or 3616210. OLE color: 3616210.

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

Color convert

RGB 210 45 55 -
CMYK 0 0.79 0.74 0.18
HSL 356.36º 0.65% 0.5% -
HSV(B) 356.36º 0.79% 0.82% -
XYZ 28.21 15.85 5.19 -
YUV 95.48 105.16 209.69 -
System Red Green Blue C M Y K H S L
Decimal 210 45 55 0 0.79 0.74 0.18 356.36 0.65 0.5
Hex D2 2D 37 0 4F 4A 12 164 41 32
Octal 322 55 67 0 117 112 22 544 101 62
Binary 11010010 101101 110111 0 1001111 1001010 10010 101100100 1000001 110010

Color Harmonies of #D22D37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D22D37

Black with #D22D37

Text Example


Text Example

White with #D22D37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D22D37; }

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

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

background-color css

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

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

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

border-color css

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

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

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