#D22B3A

Color #D22B3A Mahogany (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mahogany #D22B3A

Tints of Mahogany #D22B3A

Color information

#D22B3A (or 0xD22B3A) is unknown color: approx Mahogany. HEX triplet: D2, 2B and 3A. RGB value is (210,43,58). Sum of RGB (Red+Green+Blue) = 210+43+58=311 (41% of max value = 765). Red value is 210 (82.42% from 255 or 67.52% from 311); Green value is 43 (17.19% from 255 or 13.83% from 311); Blue value is 58 (23.05% from 255 or 18.65% from 311); Max value from RGB is 210 - color contains mainly: red. Hex color #D22B3A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D22B3A is #2DD4C5. Grayscale: #5E5E5E. Windows color (decimal): -3003590 or 3812306. OLE color: 3812306.

HSL color Cylindrical-coordinate representation of color #D22B3A: hue angle of 354.61º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D22B3A is Cyan = 0, Magento = 0.80, Yellow = 0.72 and Black (K on CMYK) = 0.18.

Color convert

RGB2104358-
CMYK00.800.720.18
HSL354.61º66.01%49.61%-
HSV(B)354.61º79.52%82.35%-
XYZ28.2115.735.55-
YUV94.64107.33210.28-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 67.52%
GREEN value IS 43 (17.19% from 255) = 13.83%
BLUE value IS 58 (23.05% from 255) = 18.65%
R=67.52%
G=13.83%
B=18.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.72
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal210435800.800.720.18354.6166.0149.61
HexD22B3A05048121634232
Octal322537201201102254310262
Binary11010010101011111010010100001001000100101011000111000010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D22B3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D22B3A; }

 p { color: rgb(210,43,58); }

 H1.HeaderClassName
 {
   color: #D22B3A;
 }
 .AnyTagClassName
 {
   color: #D22B3A;
 }
</style>
background-color css

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

 a { background-color: rgb(210,43,58); }

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

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

 span { border-color: rgb(210,43,58); }

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