Html Css Color HEX #DA4243 Mahogany

📋 copy color: '#DA4243'

red 218 ◦ green 66 ◦ blue 67

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

Shades of Mahogany #DA4243

Tints of Mahogany #DA4243

RGB

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

 GREEN value IS 66 (26.17% from 255) = 18.8%

 BLUE value IS 67 (26.56% from 255) = 19.09%

R = 62.11%
G = 18.8%
B = 19.09%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.69

 K value IS 0.15

RGB Variations

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

Color information

#DA4243 (or 0xDA4243) is known color: Mahogany. HEX triplet: DA, 42 and 43. RGB value is (218,66,67). Sum of RGB (Red+Green+Blue) = 218+66+67=351 (46% of max value = 765). Red value is 218 (85.55% from 255 or 62.11% from 351); Green value is 66 (26.17% from 255 or 18.80% from 351); Blue value is 67 (26.56% from 255 or 19.09% from 351); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4243 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA4243 is #25BDBC. Grayscale: #6F6F6F. Windows color (decimal): -2473405 or 4408026. OLE color: 4408026.

HSL color Cylindrical-coordinate representation of color #DA4243: hue angle of 359.61º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DA4243 is Cyan = 0, Magento = 0.70, Yellow = 0.69 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 66 67 -
CMYK 0 0.70 0.69 0.15
HSL 359.61º 0.67% 0.56% -
HSV(B) 359.61º 0.7% 0.85% -
XYZ 31.87 19.21 7.34 -
YUV 111.56 102.86 203.92 -
System Red Green Blue C M Y K H S L
Decimal 218 66 67 0 0.70 0.69 0.15 359.61 0.67 0.56
Hex DA 42 43 0 46 45 F 168 43 38
Octal 332 102 103 0 106 105 17 550 103 70
Binary 11011010 1000010 1000011 0 1000110 1000101 1111 101101000 1000011 111000

Color Harmonies of #DA4243

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4243

Black with #DA4243

Text Example


Text Example

White with #DA4243

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4243; }

 p { color: rgb(218,66,67); }

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

background-color css

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

 a { background-color: rgb(218,66,67); }

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

border-color css

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

 span { border-color: rgb(218,66,67); }

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