Html Css Color HEX #D22831 Mahogany

📋 copy color: '#D22831'

red 210 ◦ green 40 ◦ blue 49

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

Shades of Mahogany #D22831

Tints of Mahogany #D22831

RGB

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

 GREEN value IS 40 (16.02% from 255) = 13.38%

 BLUE value IS 49 (19.53% from 255) = 16.39%

R = 70.23%
G = 13.38%
B = 16.39%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.77

 K value IS 0.18

RGB Variations

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

Color information

#D22831 (or 0xD22831) is known color: Mahogany. HEX triplet: D2, 28 and 31. RGB value is (210,40,49). Sum of RGB (Red+Green+Blue) = 210+40+49=299 (39% of max value = 765). Red value is 210 (82.42% from 255 or 70.23% from 299); Green value is 40 (16.02% from 255 or 13.38% from 299); Blue value is 49 (19.53% from 255 or 16.39% from 299); Max value from RGB is 210 - color contains mainly: red. Hex color #D22831 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D22831 is #2DD7CE. Grayscale: #5B5B5B. Windows color (decimal): -3004367 or 3221714. OLE color: 3221714.

HSL color Cylindrical-coordinate representation of color #D22831: hue angle of 356.82º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D22831 is Cyan = 0, Magento = 0.81, Yellow = 0.77 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 40 49 -
CMYK 0 0.81 0.77 0.18
HSL 356.82º 0.68% 0.49% -
HSV(B) 356.82º 0.81% 0.82% -
XYZ 27.89 15.44 4.42 -
YUV 91.86 103.82 212.27 -
System Red Green Blue C M Y K H S L
Decimal 210 40 49 0 0.81 0.77 0.18 356.82 0.68 0.49
Hex D2 28 31 0 51 4D 12 165 44 31
Octal 322 50 61 0 121 115 22 545 104 61
Binary 11010010 101000 110001 0 1010001 1001101 10010 101100101 1000100 110001

Color Harmonies of #D22831

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D22831

Black with #D22831

Text Example


Text Example

White with #D22831

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D22831; }

 p { color: rgb(210,40,49); }

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

background-color css

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

 a { background-color: rgb(210,40,49); }

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

border-color css

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

 span { border-color: rgb(210,40,49); }

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