Html Css Color HEX #DA3B3C Mahogany

📋 copy color: '#DA3B3C'

red 218 ◦ green 59 ◦ blue 60

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

Shades of Mahogany #DA3B3C

Tints of Mahogany #DA3B3C

RGB

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

 GREEN value IS 59 (23.44% from 255) = 17.51%

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

R = 64.69%
G = 17.51%
B = 17.8%

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

#DA3B3C (or 0xDA3B3C) is known color: Mahogany. HEX triplet: DA, 3B and 3C. RGB value is (218,59,60). Sum of RGB (Red+Green+Blue) = 218+59+60=337 (44% of max value = 765). Red value is 218 (85.55% from 255 or 64.69% from 337); Green value is 59 (23.44% from 255 or 17.51% from 337); Blue value is 60 (23.83% from 255 or 17.80% from 337); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3B3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA3B3C is #25C4C3. Grayscale: #6A6A6A. Windows color (decimal): -2475204 or 3947482. OLE color: 3947482.

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

Color convert

RGB 218 59 60 -
CMYK 0 0.73 0.72 0.15
HSL 359.62º 0.68% 0.54% -
HSV(B) 359.62º 0.73% 0.85% -
XYZ 31.29 18.36 6.17 -
YUV 106.66 101.68 207.42 -
System Red Green Blue C M Y K H S L
Decimal 218 59 60 0 0.73 0.72 0.15 359.62 0.68 0.54
Hex DA 3B 3C 0 49 48 F 168 44 36
Octal 332 73 74 0 111 110 17 550 104 66
Binary 11011010 111011 111100 0 1001001 1001000 1111 101101000 1000100 110110

Color Harmonies of #DA3B3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3B3C

Black with #DA3B3C

Text Example


Text Example

White with #DA3B3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3B3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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