Html Css Color HEX #D22A33 Mahogany

📋 copy color: '#D22A33'

red 210 ◦ green 42 ◦ blue 51

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

Shades of Mahogany #D22A33

Tints of Mahogany #D22A33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 16.83%

R = 69.31%
G = 13.86%
B = 16.83%

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

#D22A33 (or 0xD22A33) is known color: Mahogany. HEX triplet: D2, 2A and 33. RGB value is (210,42,51). Sum of RGB (Red+Green+Blue) = 210+42+51=303 (40% of max value = 765). Red value is 210 (82.42% from 255 or 69.31% from 303); Green value is 42 (16.80% from 255 or 13.86% from 303); Blue value is 51 (20.31% from 255 or 16.83% from 303); Max value from RGB is 210 - color contains mainly: red. Hex color #D22A33 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D22A33 is #2DD5CC. Grayscale: #5D5D5D. Windows color (decimal): -3003853 or 3353298. OLE color: 3353298.

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

Color convert

RGB 210 42 51 -
CMYK 0 0.8 0.76 0.18
HSL 356.79º 0.67% 0.49% -
HSV(B) 356.79º 0.8% 0.82% -
XYZ 28 15.6 4.67 -
YUV 93.26 104.16 211.27 -
System Red Green Blue C M Y K H S L
Decimal 210 42 51 0 0.8 0.76 0.18 356.79 0.67 0.49
Hex D2 2A 33 0 50 4C 12 165 43 31
Octal 322 52 63 0 120 114 22 545 103 61
Binary 11010010 101010 110011 0 1010000 1001100 10010 101100101 1000011 110001

Color Harmonies of #D22A33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D22A33

Black with #D22A33

Text Example


Text Example

White with #D22A33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D22A33; }

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

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

background-color css

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

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

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

border-color css

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

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

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