Html Css Color HEX #D22832 Mahogany

📋 copy color: '#D22832'

red 210 ◦ green 40 ◦ blue 50

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

Shades of Mahogany #D22832

Tints of Mahogany #D22832

RGB

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

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

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

R = 70%
G = 13.33%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.76

 K value IS 0.18

RGB Variations

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

Color information

#D22832 (or 0xD22832) is known color: Mahogany. HEX triplet: D2, 28 and 32. RGB value is (210,40,50). Sum of RGB (Red+Green+Blue) = 210+40+50=300 (39% of max value = 765). Red value is 210 (82.42% from 255 or 70% from 300); Green value is 40 (16.02% from 255 or 13.33% from 300); Blue value is 50 (19.92% from 255 or 16.67% from 300); Max value from RGB is 210 - color contains mainly: red. Hex color #D22832 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D22832 is #2DD7CD. Grayscale: #5C5C5C. Windows color (decimal): -3004366 or 3287250. OLE color: 3287250.

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

Color convert

RGB 210 40 50 -
CMYK 0 0.81 0.76 0.18
HSL 356.47º 0.68% 0.49% -
HSV(B) 356.47º 0.81% 0.82% -
XYZ 27.91 15.45 4.53 -
YUV 91.97 104.32 212.19 -
System Red Green Blue C M Y K H S L
Decimal 210 40 50 0 0.81 0.76 0.18 356.47 0.68 0.49
Hex D2 28 32 0 51 4C 12 164 44 31
Octal 322 50 62 0 121 114 22 544 104 61
Binary 11010010 101000 110010 0 1010001 1001100 10010 101100100 1000100 110001

Color Harmonies of #D22832

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D22832

Black with #D22832

Text Example


Text Example

White with #D22832

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D22832; }

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

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

background-color css

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

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

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

border-color css

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

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

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