Html Css Color HEX #DD3A42 Mahogany

📋 copy color: '#DD3A42'

red 221 ◦ green 58 ◦ blue 66

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

Shades of Mahogany #DD3A42

Tints of Mahogany #DD3A42

RGB

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

 GREEN value IS 58 (23.05% from 255) = 16.81%

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

R = 64.06%
G = 16.81%
B = 19.13%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.70

 K value IS 0.13

RGB Variations

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

Color information

#DD3A42 (or 0xDD3A42) is known color: Mahogany. HEX triplet: DD, 3A and 42. RGB value is (221,58,66). Sum of RGB (Red+Green+Blue) = 221+58+66=345 (45% of max value = 765). Red value is 221 (86.72% from 255 or 64.06% from 345); Green value is 58 (23.05% from 255 or 16.81% from 345); Blue value is 66 (26.17% from 255 or 19.13% from 345); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3A42 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD3A42 is #22C5BD. Grayscale: #6B6B6B. Windows color (decimal): -2278846 or 4340445. OLE color: 4340445.

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

Color convert

RGB 221 58 66 -
CMYK 0 0.74 0.70 0.13
HSL 357.06º 0.71% 0.55% -
HSV(B) 357.06º 0.74% 0.87% -
XYZ 32.32 18.79 7.08 -
YUV 107.65 104.5 208.85 -
System Red Green Blue C M Y K H S L
Decimal 221 58 66 0 0.74 0.70 0.13 357.06 0.71 0.55
Hex DD 3A 42 0 4A 46 D 165 47 37
Octal 335 72 102 0 112 106 15 545 107 67
Binary 11011101 111010 1000010 0 1001010 1000110 1101 101100101 1000111 110111

Color Harmonies of #DD3A42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3A42

Black with #DD3A42

Text Example


Text Example

White with #DD3A42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3A42; }

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

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

background-color css

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

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

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

border-color css

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

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

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