Html Css Color HEX #DA3E44 Mahogany

📋 copy color: '#DA3E44'

red 218 ◦ green 62 ◦ blue 68

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

Shades of Mahogany #DA3E44

Tints of Mahogany #DA3E44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 19.54%

R = 62.64%
G = 17.82%
B = 19.54%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.69

 K value IS 0.15

RGB Variations

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

Color information

#DA3E44 (or 0xDA3E44) is known color: Mahogany. HEX triplet: DA, 3E and 44. RGB value is (218,62,68). Sum of RGB (Red+Green+Blue) = 218+62+68=348 (46% of max value = 765). Red value is 218 (85.55% from 255 or 62.64% from 348); Green value is 62 (24.61% from 255 or 17.82% from 348); Blue value is 68 (26.95% from 255 or 19.54% from 348); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3E44 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA3E44 is #25C1BB. Grayscale: #6D6D6D. Windows color (decimal): -2474428 or 4472538. OLE color: 4472538.

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

Color convert

RGB 218 62 68 -
CMYK 0 0.72 0.69 0.15
HSL 357.69º 0.68% 0.55% -
HSV(B) 357.69º 0.72% 0.85% -
XYZ 31.68 18.77 7.42 -
YUV 109.33 104.68 205.51 -
System Red Green Blue C M Y K H S L
Decimal 218 62 68 0 0.72 0.69 0.15 357.69 0.68 0.55
Hex DA 3E 44 0 48 45 F 166 44 37
Octal 332 76 104 0 110 105 17 546 104 67
Binary 11011010 111110 1000100 0 1001000 1000101 1111 101100110 1000100 110111

Color Harmonies of #DA3E44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3E44

Black with #DA3E44

Text Example


Text Example

White with #DA3E44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3E44; }

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

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

background-color css

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

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

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

border-color css

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

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

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