Html Css Color HEX #D33B3C Mahogany

📋 copy color: '#D33B3C'

red 211 ◦ green 59 ◦ blue 60

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

Shades of Mahogany #D33B3C

Tints of Mahogany #D33B3C

RGB

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

 GREEN value IS 59 (23.44% from 255) = 17.88%

 BLUE value IS 60 (23.83% from 255) = 18.18%

R = 63.94%
G = 17.88%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.72

 K value IS 0.17

RGB Variations

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

Color information

#D33B3C (or 0xD33B3C) is known color: Mahogany. HEX triplet: D3, 3B and 3C. RGB value is (211,59,60). Sum of RGB (Red+Green+Blue) = 211+59+60=330 (43% of max value = 765). Red value is 211 (82.81% from 255 or 63.94% from 330); Green value is 59 (23.44% from 255 or 17.88% from 330); Blue value is 60 (23.83% from 255 or 18.18% from 330); Max value from RGB is 211 - color contains mainly: red. Hex color #D33B3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D33B3C is #2CC4C3. Grayscale: #686868. Windows color (decimal): -2933956 or 3947475. OLE color: 3947475.

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

Color convert

RGB 211 59 60 -
CMYK 0 0.72 0.72 0.17
HSL 359.61º 0.63% 0.53% -
HSV(B) 359.61º 0.72% 0.83% -
XYZ 29.24 17.3 6.07 -
YUV 104.56 102.86 203.92 -
System Red Green Blue C M Y K H S L
Decimal 211 59 60 0 0.72 0.72 0.17 359.61 0.63 0.53
Hex D3 3B 3C 0 48 48 11 168 3F 35
Octal 323 73 74 0 110 110 21 550 77 65
Binary 11010011 111011 111100 0 1001000 1001000 10001 101101000 111111 110101

Color Harmonies of #D33B3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D33B3C

Black with #D33B3C

Text Example


Text Example

White with #D33B3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D33B3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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