#D63338

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

Shades of Mahogany #D63338

Tints of Mahogany #D63338

Color information

#D63338 (or 0xD63338) is unknown color: approx Mahogany. HEX triplet: D6, 33 and 38. RGB value is (214,51,56). Sum of RGB (Red+Green+Blue) = 214+51+56=321 (42% of max value = 765). Red value is 214 (83.98% from 255 or 66.67% from 321); Green value is 51 (20.31% from 255 or 15.89% from 321); Blue value is 56 (22.27% from 255 or 17.45% from 321); Max value from RGB is 214 - color contains mainly: red. Hex color #D63338 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D63338 is #29CCC7. Grayscale: #646464. Windows color (decimal): -2739400 or 3683286. OLE color: 3683286.

HSL color Cylindrical-coordinate representation of color #D63338: hue angle of 358.16º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D63338 is Cyan = 0, Magento = 0.76, Yellow = 0.74 and Black (K on CMYK) = 0.16.

Color convert

RGB2145156-
CMYK00.760.740.16
HSL358.16º66.53%51.96%-
HSV(B)358.16º76.17%83.92%-
XYZ29.6316.955.45-
YUV100.31103209.09-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 66.67%
GREEN value IS 51 (20.31% from 255) = 15.89%
BLUE value IS 56 (22.27% from 255) = 17.45%
R=66.67%
G=15.89%
B=17.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.74
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal214515600.760.740.16358.1666.5351.96
HexD6333804C4A101664334
Octal326637001141122054610364
Binary11010110110011111000010011001001010100001011001101000011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D63338

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D63338; }

 p { color: rgb(214,51,56); }

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

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

 a { background-color: rgb(214,51,56); }

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

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

 span { border-color: rgb(214,51,56); }

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