Html Css Color HEX #DD3D3F Mahogany

📋 copy color: '#DD3D3F'

red 221 ◦ green 61 ◦ blue 63

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

Shades of Mahogany #DD3D3F

Tints of Mahogany #DD3D3F

RGB

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

 GREEN value IS 61 (24.22% from 255) = 17.68%

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

R = 64.06%
G = 17.68%
B = 18.26%

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

#DD3D3F (or 0xDD3D3F) is known color: Mahogany. HEX triplet: DD, 3D and 3F. RGB value is (221,61,63). Sum of RGB (Red+Green+Blue) = 221+61+63=345 (45% of max value = 765). Red value is 221 (86.72% from 255 or 64.06% from 345); Green value is 61 (24.22% from 255 or 17.68% from 345); Blue value is 63 (25% from 255 or 18.26% from 345); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3D3F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD3D3F is #22C2C0. Grayscale: #6D6D6D. Windows color (decimal): -2278081 or 4144605. OLE color: 4144605.

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

Color convert

RGB 221 61 63 -
CMYK 0 0.72 0.71 0.13
HSL 359.25º 0.7% 0.55% -
HSV(B) 359.25º 0.72% 0.87% -
XYZ 32.38 19.07 6.68 -
YUV 109.07 102.01 207.84 -
System Red Green Blue C M Y K H S L
Decimal 221 61 63 0 0.72 0.71 0.13 359.25 0.7 0.55
Hex DD 3D 3F 0 48 47 D 167 46 37
Octal 335 75 77 0 110 107 15 547 106 67
Binary 11011101 111101 111111 0 1001000 1000111 1101 101100111 1000110 110111

Color Harmonies of #DD3D3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3D3F

Black with #DD3D3F

Text Example


Text Example

White with #DD3D3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3D3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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