Html Css Color HEX #D22F37 Mahogany

📋 copy color: '#D22F37'

red 210 ◦ green 47 ◦ blue 55

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

Shades of Mahogany #D22F37

Tints of Mahogany #D22F37

RGB

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

 GREEN value IS 47 (18.75% from 255) = 15.06%

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

R = 67.31%
G = 15.06%
B = 17.63%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.74

 K value IS 0.18

RGB Variations

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

Color information

#D22F37 (or 0xD22F37) is known color: Mahogany. HEX triplet: D2, 2F and 37. RGB value is (210,47,55). Sum of RGB (Red+Green+Blue) = 210+47+55=312 (41% of max value = 765). Red value is 210 (82.42% from 255 or 67.31% from 312); Green value is 47 (18.75% from 255 or 15.06% from 312); Blue value is 55 (21.88% from 255 or 17.63% from 312); Max value from RGB is 210 - color contains mainly: red. Hex color #D22F37 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D22F37 is #2DD0C8. Grayscale: #606060. Windows color (decimal): -3002569 or 3616722. OLE color: 3616722.

HSL color Cylindrical-coordinate representation of color #D22F37: hue angle of 357.06º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D22F37 is Cyan = 0, Magento = 0.78, Yellow = 0.74 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 47 55 -
CMYK 0 0.78 0.74 0.18
HSL 357.06º 0.64% 0.5% -
HSV(B) 357.06º 0.78% 0.82% -
XYZ 28.28 16.01 5.21 -
YUV 96.65 104.5 208.85 -
System Red Green Blue C M Y K H S L
Decimal 210 47 55 0 0.78 0.74 0.18 357.06 0.64 0.5
Hex D2 2F 37 0 4E 4A 12 165 40 32
Octal 322 57 67 0 116 112 22 545 100 62
Binary 11010010 101111 110111 0 1001110 1001010 10010 101100101 1000000 110010

Color Harmonies of #D22F37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D22F37

Black with #D22F37

Text Example


Text Example

White with #D22F37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D22F37; }

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

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

background-color css

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

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

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

border-color css

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

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

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