#D22F30

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

Shades of Mahogany #D22F30

Tints of Mahogany #D22F30

Color information

#D22F30 (or 0xD22F30) is unknown color: approx Mahogany. HEX triplet: D2, 2F and 30. RGB value is (210,47,48). Sum of RGB (Red+Green+Blue) = 210+47+48=305 (40% of max value = 765). Red value is 210 (82.42% from 255 or 68.85% from 305); Green value is 47 (18.75% from 255 or 15.41% from 305); Blue value is 48 (19.14% from 255 or 15.74% from 305); Max value from RGB is 210 - color contains mainly: red. Hex color #D22F30 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D22F30 is #2DD0CF. Grayscale: #606060. Windows color (decimal): -3002576 or 3157970. OLE color: 3157970.

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

Color convert

RGB2104748-
CMYK00.780.770.18
HSL359.63º64.43%50.39%-
HSV(B)359.63º77.62%82.35%-
XYZ28.1315.954.39-
YUV95.85101209.42-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 68.85%
GREEN value IS 47 (18.75% from 255) = 15.41%
BLUE value IS 48 (19.14% from 255) = 15.74%
R=68.85%
G=15.41%
B=15.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.77
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal210474800.780.770.18359.6364.4350.39
HexD22F3004E4D121684032
Octal322576001161152255010062
Binary11010010101111110000010011101001101100101011010001000000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D22F30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D22F30; }

 p { color: rgb(210,47,48); }

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

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

 a { background-color: rgb(210,47,48); }

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

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

 span { border-color: rgb(210,47,48); }

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