Html Css Color HEX #DE4244 Mahogany

📋 copy color: '#DE4244'

red 222 ◦ green 66 ◦ blue 68

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

Shades of Mahogany #DE4244

Tints of Mahogany #DE4244

RGB

 RED value IS 222 (87.11% from 255) = 62.36%

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

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

R = 62.36%
G = 18.54%
B = 19.1%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.69

 K value IS 0.13

RGB Variations

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

Color information

#DE4244 (or 0xDE4244) is known color: Mahogany. HEX triplet: DE, 42 and 44. RGB value is (222,66,68). Sum of RGB (Red+Green+Blue) = 222+66+68=356 (47% of max value = 765). Red value is 222 (87.11% from 255 or 62.36% from 356); Green value is 66 (26.17% from 255 or 18.54% from 356); Blue value is 68 (26.95% from 255 or 19.10% from 356); Max value from RGB is 222 - color contains mainly: red. Hex color #DE4244 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE4244 is #21BDBB. Grayscale: #717171. Windows color (decimal): -2211260 or 4473566. OLE color: 4473566.

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

Color convert

RGB 222 66 68 -
CMYK 0 0.70 0.69 0.13
HSL 359.23º 0.7% 0.56% -
HSV(B) 359.23º 0.7% 0.87% -
XYZ 33.12 19.84 7.55 -
YUV 112.87 102.68 205.84 -
System Red Green Blue C M Y K H S L
Decimal 222 66 68 0 0.70 0.69 0.13 359.23 0.7 0.56
Hex DE 42 44 0 46 45 D 167 46 38
Octal 336 102 104 0 106 105 15 547 106 70
Binary 11011110 1000010 1000100 0 1000110 1000101 1101 101100111 1000110 111000

Color Harmonies of #DE4244

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE4244

Black with #DE4244

Text Example


Text Example

White with #DE4244

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE4244; }

 p { color: rgb(222,66,68); }

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

background-color css

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

 a { background-color: rgb(222,66,68); }

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

border-color css

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

 span { border-color: rgb(222,66,68); }

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