Html Css Color HEX #DA373F Mahogany

📋 copy color: '#DA373F'

red 218 ◦ green 55 ◦ blue 63

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

Shades of Mahogany #DA373F

Tints of Mahogany #DA373F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 18.75%

R = 64.88%
G = 16.37%
B = 18.75%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.71

 K value IS 0.15

RGB Variations

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

Color information

#DA373F (or 0xDA373F) is known color: Mahogany. HEX triplet: DA, 37 and 3F. RGB value is (218,55,63). Sum of RGB (Red+Green+Blue) = 218+55+63=336 (44% of max value = 765). Red value is 218 (85.55% from 255 or 64.88% from 336); Green value is 55 (21.88% from 255 or 16.37% from 336); Blue value is 63 (25% from 255 or 18.75% from 336); Max value from RGB is 218 - color contains mainly: red. Hex color #DA373F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA373F is #25C8C0. Grayscale: #686868. Windows color (decimal): -2476225 or 4143066. OLE color: 4143066.

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

Color convert

RGB 218 55 63 -
CMYK 0 0.75 0.71 0.15
HSL 357.06º 0.69% 0.54% -
HSV(B) 357.06º 0.75% 0.85% -
XYZ 31.18 18 6.53 -
YUV 104.65 104.5 208.85 -
System Red Green Blue C M Y K H S L
Decimal 218 55 63 0 0.75 0.71 0.15 357.06 0.69 0.54
Hex DA 37 3F 0 4B 47 F 165 45 36
Octal 332 67 77 0 113 107 17 545 105 66
Binary 11011010 110111 111111 0 1001011 1000111 1111 101100101 1000101 110110

Color Harmonies of #DA373F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA373F

Black with #DA373F

Text Example


Text Example

White with #DA373F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA373F; }

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

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

background-color css

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

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

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

border-color css

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

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

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