Html Css Color HEX #DD3E42 Mahogany

📋 copy color: '#DD3E42'

red 221 ◦ green 62 ◦ blue 66

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

Shades of Mahogany #DD3E42

Tints of Mahogany #DD3E42

RGB

 RED value IS 221 (86.72% from 255) = 63.32%

 GREEN value IS 62 (24.61% from 255) = 17.77%

 BLUE value IS 66 (26.17% from 255) = 18.91%

R = 63.32%
G = 17.77%
B = 18.91%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.70

 K value IS 0.13

RGB Variations

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

Color information

#DD3E42 (or 0xDD3E42) is known color: Mahogany. HEX triplet: DD, 3E and 42. RGB value is (221,62,66). Sum of RGB (Red+Green+Blue) = 221+62+66=349 (46% of max value = 765). Red value is 221 (86.72% from 255 or 63.32% from 349); Green value is 62 (24.61% from 255 or 17.77% from 349); Blue value is 66 (26.17% from 255 or 18.91% from 349); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3E42 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD3E42 is #22C1BD. Grayscale: #6E6E6E. Windows color (decimal): -2277822 or 4341469. OLE color: 4341469.

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

Color convert

RGB 221 62 66 -
CMYK 0 0.72 0.70 0.13
HSL 358.49º 0.7% 0.55% -
HSV(B) 358.49º 0.72% 0.87% -
XYZ 32.52 19.21 7.15 -
YUV 110 103.18 207.17 -
System Red Green Blue C M Y K H S L
Decimal 221 62 66 0 0.72 0.70 0.13 358.49 0.7 0.55
Hex DD 3E 42 0 48 46 D 166 46 37
Octal 335 76 102 0 110 106 15 546 106 67
Binary 11011101 111110 1000010 0 1001000 1000110 1101 101100110 1000110 110111

Color Harmonies of #DD3E42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3E42

Black with #DD3E42

Text Example


Text Example

White with #DD3E42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3E42; }

 p { color: rgb(221,62,66); }

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

background-color css

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

 a { background-color: rgb(221,62,66); }

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

border-color css

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

 span { border-color: rgb(221,62,66); }

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