Html Css Color HEX #DA3A42 Mahogany

📋 copy color: '#DA3A42'

red 218 ◦ green 58 ◦ blue 66

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

Shades of Mahogany #DA3A42

Tints of Mahogany #DA3A42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 19.3%

R = 63.74%
G = 16.96%
B = 19.3%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.70

 K value IS 0.15

RGB Variations

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

Color information

#DA3A42 (or 0xDA3A42) is known color: Mahogany. HEX triplet: DA, 3A and 42. RGB value is (218,58,66). Sum of RGB (Red+Green+Blue) = 218+58+66=342 (45% of max value = 765). Red value is 218 (85.55% from 255 or 63.74% from 342); Green value is 58 (23.05% from 255 or 16.96% from 342); Blue value is 66 (26.17% from 255 or 19.30% from 342); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3A42 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA3A42 is #25C5BD. Grayscale: #6A6A6A. Windows color (decimal): -2475454 or 4340442. OLE color: 4340442.

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

Color convert

RGB 218 58 66 -
CMYK 0 0.73 0.70 0.15
HSL 357º 0.68% 0.54% -
HSV(B) 357º 0.73% 0.85% -
XYZ 31.41 18.32 7.04 -
YUV 106.75 105.01 207.35 -
System Red Green Blue C M Y K H S L
Decimal 218 58 66 0 0.73 0.70 0.15 357 0.68 0.54
Hex DA 3A 42 0 49 46 F 165 44 36
Octal 332 72 102 0 111 106 17 545 104 66
Binary 11011010 111010 1000010 0 1001001 1000110 1111 101100101 1000100 110110

Color Harmonies of #DA3A42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3A42

Black with #DA3A42

Text Example


Text Example

White with #DA3A42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3A42; }

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

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

background-color css

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

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

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

border-color css

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

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

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