Html Css Color HEX #DA3A3E Mahogany

📋 copy color: '#DA3A3E'

red 218 ◦ green 58 ◦ blue 62

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

Shades of Mahogany #DA3A3E

Tints of Mahogany #DA3A3E

RGB

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

 GREEN value IS 58 (23.05% from 255) = 17.16%

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

R = 64.5%
G = 17.16%
B = 18.34%

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

#DA3A3E (or 0xDA3A3E) is known color: Mahogany. HEX triplet: DA, 3A and 3E. RGB value is (218,58,62). Sum of RGB (Red+Green+Blue) = 218+58+62=338 (44% of max value = 765). Red value is 218 (85.55% from 255 or 64.50% from 338); Green value is 58 (23.05% from 255 or 17.16% from 338); Blue value is 62 (24.61% from 255 or 18.34% from 338); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3A3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA3A3E is #25C5C1. Grayscale: #6A6A6A. Windows color (decimal): -2475458 or 4078298. OLE color: 4078298.

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

Color convert

RGB 218 58 62 -
CMYK 0 0.73 0.72 0.15
HSL 358.5º 0.68% 0.54% -
HSV(B) 358.5º 0.73% 0.85% -
XYZ 31.3 18.28 6.44 -
YUV 106.3 103.01 207.67 -
System Red Green Blue C M Y K H S L
Decimal 218 58 62 0 0.73 0.72 0.15 358.5 0.68 0.54
Hex DA 3A 3E 0 49 48 F 166 44 36
Octal 332 72 76 0 111 110 17 546 104 66
Binary 11011010 111010 111110 0 1001001 1001000 1111 101100110 1000100 110110

Color Harmonies of #DA3A3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3A3E

Black with #DA3A3E

Text Example


Text Example

White with #DA3A3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3A3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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