Html Css Color HEX #DD3A3D Mahogany

📋 copy color: '#DD3A3D'

red 221 ◦ green 58 ◦ blue 61

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

Shades of Mahogany #DD3A3D

Tints of Mahogany #DD3A3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 17.94%

R = 65%
G = 17.06%
B = 17.94%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.72

 K value IS 0.13

RGB Variations

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

Color information

#DD3A3D (or 0xDD3A3D) is known color: Mahogany. HEX triplet: DD, 3A and 3D. RGB value is (221,58,61). Sum of RGB (Red+Green+Blue) = 221+58+61=340 (45% of max value = 765). Red value is 221 (86.72% from 255 or 65% from 340); Green value is 58 (23.05% from 255 or 17.06% from 340); Blue value is 61 (24.22% from 255 or 17.94% from 340); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3A3D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD3A3D is #22C5C2. Grayscale: #6B6B6B. Windows color (decimal): -2278851 or 4012765. OLE color: 4012765.

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

Color convert

RGB 221 58 61 -
CMYK 0 0.74 0.72 0.13
HSL 358.9º 0.71% 0.55% -
HSV(B) 358.9º 0.74% 0.87% -
XYZ 32.17 18.74 6.34 -
YUV 107.08 102 209.26 -
System Red Green Blue C M Y K H S L
Decimal 221 58 61 0 0.74 0.72 0.13 358.9 0.71 0.55
Hex DD 3A 3D 0 4A 48 D 167 47 37
Octal 335 72 75 0 112 110 15 547 107 67
Binary 11011101 111010 111101 0 1001010 1001000 1101 101100111 1000111 110111

Color Harmonies of #DD3A3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3A3D

Black with #DD3A3D

Text Example


Text Example

White with #DD3A3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3A3D; }

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

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

background-color css

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

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

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

border-color css

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

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

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