Html Css Color HEX #DA3E3F Mahogany

📋 copy color: '#DA3E3F'

red 218 ◦ green 62 ◦ blue 63

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

Shades of Mahogany #DA3E3F

Tints of Mahogany #DA3E3F

RGB

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

 GREEN value IS 62 (24.61% from 255) = 18.08%

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

R = 63.56%
G = 18.08%
B = 18.37%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.71

 K value IS 0.15

RGB Variations

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

Color information

#DA3E3F (or 0xDA3E3F) is known color: Mahogany. HEX triplet: DA, 3E and 3F. RGB value is (218,62,63). Sum of RGB (Red+Green+Blue) = 218+62+63=343 (45% of max value = 765). Red value is 218 (85.55% from 255 or 63.56% from 343); Green value is 62 (24.61% from 255 or 18.08% from 343); Blue value is 63 (25% from 255 or 18.37% from 343); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3E3F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA3E3F is #25C1C0. Grayscale: #6C6C6C. Windows color (decimal): -2474433 or 4144858. OLE color: 4144858.

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

Color convert

RGB 218 62 63 -
CMYK 0 0.72 0.71 0.15
HSL 359.62º 0.68% 0.55% -
HSV(B) 359.62º 0.72% 0.85% -
XYZ 31.53 18.71 6.65 -
YUV 108.76 102.18 205.92 -
System Red Green Blue C M Y K H S L
Decimal 218 62 63 0 0.72 0.71 0.15 359.62 0.68 0.55
Hex DA 3E 3F 0 48 47 F 168 44 37
Octal 332 76 77 0 110 107 17 550 104 67
Binary 11011010 111110 111111 0 1001000 1000111 1111 101101000 1000100 110111

Color Harmonies of #DA3E3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3E3F

Black with #DA3E3F

Text Example


Text Example

White with #DA3E3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3E3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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