Html Css Color HEX #D22932 Mahogany

📋 copy color: '#D22932'

red 210 ◦ green 41 ◦ blue 50

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

Shades of Mahogany #D22932

Tints of Mahogany #D22932

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 16.61%

R = 69.77%
G = 13.62%
B = 16.61%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.76

 K value IS 0.18

RGB Variations

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

Color information

#D22932 (or 0xD22932) is known color: Mahogany. HEX triplet: D2, 29 and 32. RGB value is (210,41,50). Sum of RGB (Red+Green+Blue) = 210+41+50=301 (39% of max value = 765). Red value is 210 (82.42% from 255 or 69.77% from 301); Green value is 41 (16.41% from 255 or 13.62% from 301); Blue value is 50 (19.92% from 255 or 16.61% from 301); Max value from RGB is 210 - color contains mainly: red. Hex color #D22932 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D22932 is #2DD6CD. Grayscale: #5C5C5C. Windows color (decimal): -3004110 or 3287506. OLE color: 3287506.

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

Color convert

RGB 210 41 50 -
CMYK 0 0.80 0.76 0.18
HSL 356.8º 0.67% 0.49% -
HSV(B) 356.8º 0.8% 0.82% -
XYZ 27.95 15.52 4.54 -
YUV 92.56 103.99 211.77 -
System Red Green Blue C M Y K H S L
Decimal 210 41 50 0 0.80 0.76 0.18 356.8 0.67 0.49
Hex D2 29 32 0 50 4C 12 165 43 31
Octal 322 51 62 0 120 114 22 545 103 61
Binary 11010010 101001 110010 0 1010000 1001100 10010 101100101 1000011 110001

Color Harmonies of #D22932

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D22932

Black with #D22932

Text Example


Text Example

White with #D22932

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D22932; }

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

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

background-color css

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

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

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

border-color css

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

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

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