Html Css Color HEX #DD3E44 Mahogany

📋 copy color: '#DD3E44'

red 221 ◦ green 62 ◦ blue 68

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

Shades of Mahogany #DD3E44

Tints of Mahogany #DD3E44

RGB

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

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

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

R = 62.96%
G = 17.66%
B = 19.37%

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

#DD3E44 (or 0xDD3E44) is known color: Mahogany. HEX triplet: DD, 3E and 44. RGB value is (221,62,68). Sum of RGB (Red+Green+Blue) = 221+62+68=351 (46% of max value = 765). Red value is 221 (86.72% from 255 or 62.96% from 351); Green value is 62 (24.61% from 255 or 17.66% from 351); Blue value is 68 (26.95% from 255 or 19.37% from 351); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3E44 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD3E44 is #22C1BB. Grayscale: #6E6E6E. Windows color (decimal): -2277820 or 4472541. OLE color: 4472541.

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

Color convert

RGB 221 62 68 -
CMYK 0 0.72 0.69 0.13
HSL 357.74º 0.7% 0.55% -
HSV(B) 357.74º 0.72% 0.87% -
XYZ 32.58 19.23 7.46 -
YUV 110.23 104.18 207.01 -
System Red Green Blue C M Y K H S L
Decimal 221 62 68 0 0.72 0.69 0.13 357.74 0.7 0.55
Hex DD 3E 44 0 48 45 D 166 46 37
Octal 335 76 104 0 110 105 15 546 106 67
Binary 11011101 111110 1000100 0 1001000 1000101 1101 101100110 1000110 110111

Color Harmonies of #DD3E44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3E44

Black with #DD3E44

Text Example


Text Example

White with #DD3E44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3E44; }

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

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

background-color css

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

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

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

border-color css

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

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

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