#DA3335

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

Shades of Mahogany #DA3335

Tints of Mahogany #DA3335

Color information

#DA3335 (or 0xDA3335) is unknown color: approx Mahogany. HEX triplet: DA, 33 and 35. RGB value is (218,51,53). Sum of RGB (Red+Green+Blue) = 218+51+53=322 (42% of max value = 765). Red value is 218 (85.55% from 255 or 67.70% from 322); Green value is 51 (20.31% from 255 or 15.84% from 322); Blue value is 53 (21.09% from 255 or 16.46% from 322); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3335 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA3335 is #25CCCA. Grayscale: #656565. Windows color (decimal): -2477259 or 3486682. OLE color: 3486682.

HSL color Cylindrical-coordinate representation of color #DA3335: hue angle of 359.28º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DA3335 is Cyan = 0, Magento = 0.77, Yellow = 0.76 and Black (K on CMYK) = 0.15.

Color convert

RGB2185153-
CMYK00.770.760.15
HSL359.28º69.29%52.75%-
HSV(B)359.28º76.61%85.49%-
XYZ30.7417.535.13-
YUV101.16100.83211.34-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 67.70%
GREEN value IS 51 (20.31% from 255) = 15.84%
BLUE value IS 53 (21.09% from 255) = 16.46%
R=67.70%
G=15.84%
B=16.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.76
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal218515300.770.760.15359.2869.2952.75
HexDA333504D4CF1674535
Octal332636501151141754710565
Binary1101101011001111010101001101100110011111011001111000101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA3335

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA3335; }

 p { color: rgb(218,51,53); }

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

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

 a { background-color: rgb(218,51,53); }

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

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

 span { border-color: rgb(218,51,53); }

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