Html Css Color HEX #DA373E Mahogany

📋 copy color: '#DA373E'

red 218 ◦ green 55 ◦ blue 62

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

Shades of Mahogany #DA373E

Tints of Mahogany #DA373E

RGB

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

 GREEN value IS 55 (21.88% from 255) = 16.42%

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

R = 65.07%
G = 16.42%
B = 18.51%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.72

 K value IS 0.15

RGB Variations

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

Color information

#DA373E (or 0xDA373E) is known color: Mahogany. HEX triplet: DA, 37 and 3E. RGB value is (218,55,62). Sum of RGB (Red+Green+Blue) = 218+55+62=335 (44% of max value = 765). Red value is 218 (85.55% from 255 or 65.07% from 335); Green value is 55 (21.88% from 255 or 16.42% from 335); Blue value is 62 (24.61% from 255 or 18.51% from 335); Max value from RGB is 218 - color contains mainly: red. Hex color #DA373E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA373E is #25C8C1. Grayscale: #686868. Windows color (decimal): -2476226 or 4077530. OLE color: 4077530.

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

Color convert

RGB 218 55 62 -
CMYK 0 0.75 0.72 0.15
HSL 357.42º 0.69% 0.54% -
HSV(B) 357.42º 0.75% 0.85% -
XYZ 31.15 17.99 6.39 -
YUV 104.54 104 208.93 -
System Red Green Blue C M Y K H S L
Decimal 218 55 62 0 0.75 0.72 0.15 357.42 0.69 0.54
Hex DA 37 3E 0 4B 48 F 165 45 36
Octal 332 67 76 0 113 110 17 545 105 66
Binary 11011010 110111 111110 0 1001011 1001000 1111 101100101 1000101 110110

Color Harmonies of #DA373E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA373E

Black with #DA373E

Text Example


Text Example

White with #DA373E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA373E; }

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

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

background-color css

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

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

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

border-color css

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

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

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