Html Css Color HEX #D22A32 Mahogany

📋 copy color: '#D22A32'

red 210 ◦ green 42 ◦ blue 50

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

Shades of Mahogany #D22A32

Tints of Mahogany #D22A32

RGB

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

 GREEN value IS 42 (16.8% from 255) = 13.91%

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

R = 69.54%
G = 13.91%
B = 16.56%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.76

 K value IS 0.18

RGB Variations

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

Color information

#D22A32 (or 0xD22A32) is known color: Mahogany. HEX triplet: D2, 2A and 32. RGB value is (210,42,50). Sum of RGB (Red+Green+Blue) = 210+42+50=302 (40% of max value = 765). Red value is 210 (82.42% from 255 or 69.54% from 302); Green value is 42 (16.80% from 255 or 13.91% from 302); Blue value is 50 (19.92% from 255 or 16.56% from 302); Max value from RGB is 210 - color contains mainly: red. Hex color #D22A32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D22A32 is #2DD5CD. Grayscale: #5D5D5D. Windows color (decimal): -3003854 or 3287762. OLE color: 3287762.

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

Color convert

RGB 210 42 50 -
CMYK 0 0.8 0.76 0.18
HSL 357.14º 0.67% 0.49% -
HSV(B) 357.14º 0.8% 0.82% -
XYZ 27.98 15.59 4.55 -
YUV 93.14 103.66 211.35 -
System Red Green Blue C M Y K H S L
Decimal 210 42 50 0 0.8 0.76 0.18 357.14 0.67 0.49
Hex D2 2A 32 0 50 4C 12 165 43 31
Octal 322 52 62 0 120 114 22 545 103 61
Binary 11010010 101010 110010 0 1010000 1001100 10010 101100101 1000011 110001

Color Harmonies of #D22A32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D22A32

Black with #D22A32

Text Example


Text Example

White with #D22A32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D22A32; }

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

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

background-color css

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

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

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

border-color css

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

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

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