Html Css Color HEX #DE3F44 Mahogany

📋 copy color: '#DE3F44'

red 222 ◦ green 63 ◦ blue 68

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

Shades of Mahogany #DE3F44

Tints of Mahogany #DE3F44

RGB

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

 GREEN value IS 63 (25% from 255) = 17.85%

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

R = 62.89%
G = 17.85%
B = 19.26%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.69

 K value IS 0.13

RGB Variations

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

Color information

#DE3F44 (or 0xDE3F44) is known color: Mahogany. HEX triplet: DE, 3F and 44. RGB value is (222,63,68). Sum of RGB (Red+Green+Blue) = 222+63+68=353 (46% of max value = 765). Red value is 222 (87.11% from 255 or 62.89% from 353); Green value is 63 (25% from 255 or 17.85% from 353); Blue value is 68 (26.95% from 255 or 19.26% from 353); Max value from RGB is 222 - color contains mainly: red. Hex color #DE3F44 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE3F44 is #21C0BB. Grayscale: #6F6F6F. Windows color (decimal): -2212028 or 4472798. OLE color: 4472798.

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

Color convert

RGB 222 63 68 -
CMYK 0 0.72 0.69 0.13
HSL 358.11º 0.71% 0.56% -
HSV(B) 358.11º 0.72% 0.87% -
XYZ 32.95 19.5 7.5 -
YUV 111.11 103.68 207.09 -
System Red Green Blue C M Y K H S L
Decimal 222 63 68 0 0.72 0.69 0.13 358.11 0.71 0.56
Hex DE 3F 44 0 48 45 D 166 47 38
Octal 336 77 104 0 110 105 15 546 107 70
Binary 11011110 111111 1000100 0 1001000 1000101 1101 101100110 1000111 111000

Color Harmonies of #DE3F44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE3F44

Black with #DE3F44

Text Example


Text Example

White with #DE3F44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE3F44; }

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

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

background-color css

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

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

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

border-color css

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

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

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