Html Css Color HEX #DA3B3E Mahogany

📋 copy color: '#DA3B3E'

red 218 ◦ green 59 ◦ blue 62

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

Shades of Mahogany #DA3B3E

Tints of Mahogany #DA3B3E

RGB

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

 GREEN value IS 59 (23.44% from 255) = 17.4%

 BLUE value IS 62 (24.61% from 255) = 18.29%

R = 64.31%
G = 17.4%
B = 18.29%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.72

 K value IS 0.15

RGB Variations

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

Color information

#DA3B3E (or 0xDA3B3E) is known color: Mahogany. HEX triplet: DA, 3B and 3E. RGB value is (218,59,62). Sum of RGB (Red+Green+Blue) = 218+59+62=339 (44% of max value = 765). Red value is 218 (85.55% from 255 or 64.31% from 339); Green value is 59 (23.44% from 255 or 17.40% from 339); Blue value is 62 (24.61% from 255 or 18.29% from 339); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3B3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA3B3E is #25C4C1. Grayscale: #6B6B6B. Windows color (decimal): -2475202 or 4078554. OLE color: 4078554.

HSL color Cylindrical-coordinate representation of color #DA3B3E: hue angle of 358.87º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DA3B3E is Cyan = 0, Magento = 0.73, Yellow = 0.72 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 59 62 -
CMYK 0 0.73 0.72 0.15
HSL 358.87º 0.68% 0.54% -
HSV(B) 358.87º 0.73% 0.85% -
XYZ 31.35 18.38 6.45 -
YUV 106.88 102.68 207.26 -
System Red Green Blue C M Y K H S L
Decimal 218 59 62 0 0.73 0.72 0.15 358.87 0.68 0.54
Hex DA 3B 3E 0 49 48 F 167 44 36
Octal 332 73 76 0 111 110 17 547 104 66
Binary 11011010 111011 111110 0 1001001 1001000 1111 101100111 1000100 110110

Color Harmonies of #DA3B3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3B3E

Black with #DA3B3E

Text Example


Text Example

White with #DA3B3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3B3E; }

 p { color: rgb(218,59,62); }

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

background-color css

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

 a { background-color: rgb(218,59,62); }

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

border-color css

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

 span { border-color: rgb(218,59,62); }

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