Html Css Color HEX #DC3A41 Mahogany

📋 copy color: '#DC3A41'

red 220 ◦ green 58 ◦ blue 65

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

Shades of Mahogany #DC3A41

Tints of Mahogany #DC3A41

RGB

 RED value IS 220 (86.33% from 255) = 64.14%

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

 BLUE value IS 65 (25.78% from 255) = 18.95%

R = 64.14%
G = 16.91%
B = 18.95%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.70

 K value IS 0.14

RGB Variations

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

Color information

#DC3A41 (or 0xDC3A41) is known color: Mahogany. HEX triplet: DC, 3A and 41. RGB value is (220,58,65). Sum of RGB (Red+Green+Blue) = 220+58+65=343 (45% of max value = 765). Red value is 220 (86.33% from 255 or 64.14% from 343); Green value is 58 (23.05% from 255 or 16.91% from 343); Blue value is 65 (25.78% from 255 or 18.95% from 343); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3A41 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC3A41 is #23C5BE. Grayscale: #6B6B6B. Windows color (decimal): -2344383 or 4274908. OLE color: 4274908.

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

Color convert

RGB 220 58 65 -
CMYK 0 0.74 0.70 0.14
HSL 357.41º 0.7% 0.55% -
HSV(B) 357.41º 0.74% 0.86% -
XYZ 31.98 18.62 6.91 -
YUV 107.24 104.17 208.43 -
System Red Green Blue C M Y K H S L
Decimal 220 58 65 0 0.74 0.70 0.14 357.41 0.7 0.55
Hex DC 3A 41 0 4A 46 E 165 46 37
Octal 334 72 101 0 112 106 16 545 106 67
Binary 11011100 111010 1000001 0 1001010 1000110 1110 101100101 1000110 110111

Color Harmonies of #DC3A41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3A41

Black with #DC3A41

Text Example


Text Example

White with #DC3A41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3A41; }

 p { color: rgb(220,58,65); }

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

background-color css

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

 a { background-color: rgb(220,58,65); }

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

border-color css

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

 span { border-color: rgb(220,58,65); }

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