Html Css Color HEX #DE3C3E Mahogany

📋 copy color: '#DE3C3E'

red 222 ◦ green 60 ◦ blue 62

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

Shades of Mahogany #DE3C3E

Tints of Mahogany #DE3C3E

RGB

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

 GREEN value IS 60 (23.83% from 255) = 17.44%

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

R = 64.53%
G = 17.44%
B = 18.02%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.72

 K value IS 0.13

RGB Variations

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

Color information

#DE3C3E (or 0xDE3C3E) is known color: Mahogany. HEX triplet: DE, 3C and 3E. RGB value is (222,60,62). Sum of RGB (Red+Green+Blue) = 222+60+62=344 (45% of max value = 765). Red value is 222 (87.11% from 255 or 64.53% from 344); Green value is 60 (23.83% from 255 or 17.44% from 344); Blue value is 62 (24.61% from 255 or 18.02% from 344); Max value from RGB is 222 - color contains mainly: red. Hex color #DE3C3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE3C3E is #21C3C1. Grayscale: #6C6C6C. Windows color (decimal): -2212802 or 4078814. OLE color: 4078814.

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

Color convert

RGB 222 60 62 -
CMYK 0 0.73 0.72 0.13
HSL 359.26º 0.71% 0.55% -
HSV(B) 359.26º 0.73% 0.87% -
XYZ 32.61 19.11 6.53 -
YUV 108.67 101.67 208.84 -
System Red Green Blue C M Y K H S L
Decimal 222 60 62 0 0.73 0.72 0.13 359.26 0.71 0.55
Hex DE 3C 3E 0 49 48 D 167 47 37
Octal 336 74 76 0 111 110 15 547 107 67
Binary 11011110 111100 111110 0 1001001 1001000 1101 101100111 1000111 110111

Color Harmonies of #DE3C3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE3C3E

Black with #DE3C3E

Text Example


Text Example

White with #DE3C3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE3C3E; }

 p { color: rgb(222,60,62); }

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

background-color css

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

 a { background-color: rgb(222,60,62); }

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

border-color css

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

 span { border-color: rgb(222,60,62); }

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