Html Css Color HEX #DD3E3F Mahogany

📋 copy color: '#DD3E3F'

red 221 ◦ green 62 ◦ blue 63

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

Shades of Mahogany #DD3E3F

Tints of Mahogany #DD3E3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 18.21%

R = 63.87%
G = 17.92%
B = 18.21%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.71

 K value IS 0.13

RGB Variations

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

Color information

#DD3E3F (or 0xDD3E3F) is known color: Mahogany. HEX triplet: DD, 3E and 3F. RGB value is (221,62,63). Sum of RGB (Red+Green+Blue) = 221+62+63=346 (45% of max value = 765). Red value is 221 (86.72% from 255 or 63.87% from 346); Green value is 62 (24.61% from 255 or 17.92% from 346); Blue value is 63 (25% from 255 or 18.21% from 346); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3E3F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD3E3F is #22C1C0. Grayscale: #6D6D6D. Windows color (decimal): -2277825 or 4144861. OLE color: 4144861.

HSL color Cylindrical-coordinate representation of color #DD3E3F: hue angle of 359.62º 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 #DD3E3F is Cyan = 0, Magento = 0.72, Yellow = 0.71 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 62 63 -
CMYK 0 0.72 0.71 0.13
HSL 359.62º 0.7% 0.55% -
HSV(B) 359.62º 0.72% 0.87% -
XYZ 32.44 19.18 6.69 -
YUV 109.66 101.68 207.42 -
System Red Green Blue C M Y K H S L
Decimal 221 62 63 0 0.72 0.71 0.13 359.62 0.7 0.55
Hex DD 3E 3F 0 48 47 D 168 46 37
Octal 335 76 77 0 110 107 15 550 106 67
Binary 11011101 111110 111111 0 1001000 1000111 1101 101101000 1000110 110111

Color Harmonies of #DD3E3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3E3F

Black with #DD3E3F

Text Example


Text Example

White with #DD3E3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3E3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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