Html Css Color HEX #DA373C Mahogany

📋 copy color: '#DA373C'

red 218 ◦ green 55 ◦ blue 60

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

Shades of Mahogany #DA373C

Tints of Mahogany #DA373C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 18.02%

R = 65.47%
G = 16.52%
B = 18.02%

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

#DA373C (or 0xDA373C) is known color: Mahogany. HEX triplet: DA, 37 and 3C. RGB value is (218,55,60). Sum of RGB (Red+Green+Blue) = 218+55+60=333 (44% of max value = 765). Red value is 218 (85.55% from 255 or 65.47% from 333); Green value is 55 (21.88% from 255 or 16.52% from 333); Blue value is 60 (23.83% from 255 or 18.02% from 333); Max value from RGB is 218 - color contains mainly: red. Hex color #DA373C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA373C is #25C8C3. Grayscale: #686868. Windows color (decimal): -2476228 or 3946458. OLE color: 3946458.

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

Color convert

RGB 218 55 60 -
CMYK 0 0.75 0.72 0.15
HSL 358.16º 0.69% 0.54% -
HSV(B) 358.16º 0.75% 0.85% -
XYZ 31.1 17.96 6.1 -
YUV 104.31 103 209.09 -
System Red Green Blue C M Y K H S L
Decimal 218 55 60 0 0.75 0.72 0.15 358.16 0.69 0.54
Hex DA 37 3C 0 4B 48 F 166 45 36
Octal 332 67 74 0 113 110 17 546 105 66
Binary 11011010 110111 111100 0 1001011 1001000 1111 101100110 1000101 110110

Color Harmonies of #DA373C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA373C

Black with #DA373C

Text Example


Text Example

White with #DA373C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA373C; }

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

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

background-color css

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

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

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

border-color css

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

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

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