Html Css Color HEX #DA3337 Mahogany

📋 copy color: '#DA3337'

red 218 ◦ green 51 ◦ blue 55

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

Shades of Mahogany #DA3337

Tints of Mahogany #DA3337

RGB

 RED value IS 218 (85.55% from 255) = 67.28%

 GREEN value IS 51 (20.31% from 255) = 15.74%

 BLUE value IS 55 (21.88% from 255) = 16.98%

R = 67.28%
G = 15.74%
B = 16.98%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.75

 K value IS 0.15

RGB Variations

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

Color information

#DA3337 (or 0xDA3337) is known color: Mahogany. HEX triplet: DA, 33 and 37. RGB value is (218,51,55). Sum of RGB (Red+Green+Blue) = 218+51+55=324 (42% of max value = 765). Red value is 218 (85.55% from 255 or 67.28% from 324); Green value is 51 (20.31% from 255 or 15.74% from 324); Blue value is 55 (21.88% from 255 or 16.98% from 324); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3337 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA3337 is #25CCC8. Grayscale: #656565. Windows color (decimal): -2477257 or 3617754. OLE color: 3617754.

HSL color Cylindrical-coordinate representation of color #DA3337: hue angle of 358.56º 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 #DA3337 is Cyan = 0, Magento = 0.77, Yellow = 0.75 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 51 55 -
CMYK 0 0.77 0.75 0.15
HSL 358.56º 0.69% 0.53% -
HSV(B) 358.56º 0.77% 0.85% -
XYZ 30.79 17.55 5.38 -
YUV 101.39 101.83 211.17 -
System Red Green Blue C M Y K H S L
Decimal 218 51 55 0 0.77 0.75 0.15 358.56 0.69 0.53
Hex DA 33 37 0 4D 4B F 167 45 35
Octal 332 63 67 0 115 113 17 547 105 65
Binary 11011010 110011 110111 0 1001101 1001011 1111 101100111 1000101 110101

Color Harmonies of #DA3337

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3337

Black with #DA3337

Text Example


Text Example

White with #DA3337

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3337; }

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

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

background-color css

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

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

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

border-color css

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

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

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