Html Css Color HEX #DA3A3C Mahogany

📋 copy color: '#DA3A3C'

red 218 ◦ green 58 ◦ blue 60

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

Shades of Mahogany #DA3A3C

Tints of Mahogany #DA3A3C

RGB

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

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

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

R = 64.88%
G = 17.26%
B = 17.86%

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

#DA3A3C (or 0xDA3A3C) is known color: Mahogany. HEX triplet: DA, 3A and 3C. RGB value is (218,58,60). Sum of RGB (Red+Green+Blue) = 218+58+60=336 (44% of max value = 765). Red value is 218 (85.55% from 255 or 64.88% from 336); Green value is 58 (23.05% from 255 or 17.26% from 336); Blue value is 60 (23.83% from 255 or 17.86% from 336); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3A3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA3A3C is #25C5C3. Grayscale: #6A6A6A. Windows color (decimal): -2475460 or 3947226. OLE color: 3947226.

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

Color convert

RGB 218 58 60 -
CMYK 0 0.73 0.72 0.15
HSL 359.25º 0.68% 0.54% -
HSV(B) 359.25º 0.73% 0.85% -
XYZ 31.24 18.26 6.15 -
YUV 106.07 102.01 207.84 -
System Red Green Blue C M Y K H S L
Decimal 218 58 60 0 0.73 0.72 0.15 359.25 0.68 0.54
Hex DA 3A 3C 0 49 48 F 167 44 36
Octal 332 72 74 0 111 110 17 547 104 66
Binary 11011010 111010 111100 0 1001001 1001000 1111 101100111 1000100 110110

Color Harmonies of #DA3A3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3A3C

Black with #DA3A3C

Text Example


Text Example

White with #DA3A3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3A3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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