Html Css Color HEX #DA3437 Mahogany

📋 copy color: '#DA3437'

red 218 ◦ green 52 ◦ blue 55

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

Shades of Mahogany #DA3437

Tints of Mahogany #DA3437

RGB

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

 GREEN value IS 52 (20.7% from 255) = 16%

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

R = 67.08%
G = 16%
B = 16.92%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.75

 K value IS 0.15

RGB Variations

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

Color information

#DA3437 (or 0xDA3437) is known color: Mahogany. HEX triplet: DA, 34 and 37. RGB value is (218,52,55). Sum of RGB (Red+Green+Blue) = 218+52+55=325 (43% of max value = 765). Red value is 218 (85.55% from 255 or 67.08% from 325); Green value is 52 (20.70% from 255 or 16% from 325); Blue value is 55 (21.88% from 255 or 16.92% from 325); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3437 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA3437 is #25CBC8. Grayscale: #666666. Windows color (decimal): -2477001 or 3618010. OLE color: 3618010.

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

Color convert

RGB 218 52 55 -
CMYK 0 0.76 0.75 0.15
HSL 358.92º 0.69% 0.53% -
HSV(B) 358.92º 0.76% 0.85% -
XYZ 30.83 17.64 5.39 -
YUV 101.98 101.5 210.76 -
System Red Green Blue C M Y K H S L
Decimal 218 52 55 0 0.76 0.75 0.15 358.92 0.69 0.53
Hex DA 34 37 0 4C 4B F 167 45 35
Octal 332 64 67 0 114 113 17 547 105 65
Binary 11011010 110100 110111 0 1001100 1001011 1111 101100111 1000101 110101

Color Harmonies of #DA3437

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3437

Black with #DA3437

Text Example


Text Example

White with #DA3437

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3437; }

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

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

background-color css

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

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

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

border-color css

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

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

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