Html Css Color HEX #DA383E Mahogany

📋 copy color: '#DA383E'

red 218 ◦ green 56 ◦ blue 62

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

Shades of Mahogany #DA383E

Tints of Mahogany #DA383E

RGB

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

 GREEN value IS 56 (22.27% from 255) = 16.67%

 BLUE value IS 62 (24.61% from 255) = 18.45%

R = 64.88%
G = 16.67%
B = 18.45%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.72

 K value IS 0.15

RGB Variations

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

Color information

#DA383E (or 0xDA383E) is known color: Mahogany. HEX triplet: DA, 38 and 3E. RGB value is (218,56,62). Sum of RGB (Red+Green+Blue) = 218+56+62=336 (44% of max value = 765). Red value is 218 (85.55% from 255 or 64.88% from 336); Green value is 56 (22.27% from 255 or 16.67% from 336); Blue value is 62 (24.61% from 255 or 18.45% from 336); Max value from RGB is 218 - color contains mainly: red. Hex color #DA383E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA383E is #25C7C1. Grayscale: #696969. Windows color (decimal): -2475970 or 4077786. OLE color: 4077786.

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

Color convert

RGB 218 56 62 -
CMYK 0 0.74 0.72 0.15
HSL 357.78º 0.69% 0.54% -
HSV(B) 357.78º 0.74% 0.85% -
XYZ 31.2 18.08 6.4 -
YUV 105.12 103.67 208.51 -
System Red Green Blue C M Y K H S L
Decimal 218 56 62 0 0.74 0.72 0.15 357.78 0.69 0.54
Hex DA 38 3E 0 4A 48 F 166 45 36
Octal 332 70 76 0 112 110 17 546 105 66
Binary 11011010 111000 111110 0 1001010 1001000 1111 101100110 1000101 110110

Color Harmonies of #DA383E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA383E

Black with #DA383E

Text Example


Text Example

White with #DA383E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA383E; }

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

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

background-color css

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

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

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

border-color css

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

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

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