Html Css Color HEX #D33C41 Mahogany

📋 copy color: '#D33C41'

red 211 ◦ green 60 ◦ blue 65

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

Shades of Mahogany #D33C41

Tints of Mahogany #D33C41

RGB

 RED value IS 211 (82.81% from 255) = 62.8%

 GREEN value IS 60 (23.83% from 255) = 17.86%

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

R = 62.8%
G = 17.86%
B = 19.35%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.69

 K value IS 0.17

RGB Variations

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

Color information

#D33C41 (or 0xD33C41) is known color: Mahogany. HEX triplet: D3, 3C and 41. RGB value is (211,60,65). Sum of RGB (Red+Green+Blue) = 211+60+65=336 (44% of max value = 765). Red value is 211 (82.81% from 255 or 62.80% from 336); Green value is 60 (23.83% from 255 or 17.86% from 336); Blue value is 65 (25.78% from 255 or 19.35% from 336); Max value from RGB is 211 - color contains mainly: red. Hex color #D33C41 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D33C41 is #2CC3BE. Grayscale: #696969. Windows color (decimal): -2933695 or 4275411. OLE color: 4275411.

HSL color Cylindrical-coordinate representation of color #D33C41: hue angle of 358.01º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D33C41 is Cyan = 0, Magento = 0.72, Yellow = 0.69 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 60 65 -
CMYK 0 0.72 0.69 0.17
HSL 358.01º 0.63% 0.53% -
HSV(B) 358.01º 0.72% 0.83% -
XYZ 29.43 17.46 6.82 -
YUV 105.72 105.03 203.09 -
System Red Green Blue C M Y K H S L
Decimal 211 60 65 0 0.72 0.69 0.17 358.01 0.63 0.53
Hex D3 3C 41 0 48 45 11 166 3F 35
Octal 323 74 101 0 110 105 21 546 77 65
Binary 11010011 111100 1000001 0 1001000 1000101 10001 101100110 111111 110101

Color Harmonies of #D33C41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D33C41

Black with #D33C41

Text Example


Text Example

White with #D33C41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D33C41; }

 p { color: rgb(211,60,65); }

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

background-color css

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

 a { background-color: rgb(211,60,65); }

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

border-color css

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

 span { border-color: rgb(211,60,65); }

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