Html Css Color HEX #D33138 Mahogany

📋 copy color: '#D33138'

red 211 ◦ green 49 ◦ blue 56

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

Shades of Mahogany #D33138

Tints of Mahogany #D33138

RGB

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

 GREEN value IS 49 (19.53% from 255) = 15.51%

 BLUE value IS 56 (22.27% from 255) = 17.72%

R = 66.77%
G = 15.51%
B = 17.72%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.73

 K value IS 0.17

RGB Variations

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

Color information

#D33138 (or 0xD33138) is known color: Mahogany. HEX triplet: D3, 31 and 38. RGB value is (211,49,56). Sum of RGB (Red+Green+Blue) = 211+49+56=316 (41% of max value = 765). Red value is 211 (82.81% from 255 or 66.77% from 316); Green value is 49 (19.53% from 255 or 15.51% from 316); Blue value is 56 (22.27% from 255 or 17.72% from 316); Max value from RGB is 211 - color contains mainly: red. Hex color #D33138 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D33138 is #2CCEC7. Grayscale: #626262. Windows color (decimal): -2936520 or 3682771. OLE color: 3682771.

HSL color Cylindrical-coordinate representation of color #D33138: hue angle of 357.41º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D33138 is Cyan = 0, Magento = 0.77, Yellow = 0.73 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 49 56 -
CMYK 0 0.77 0.73 0.17
HSL 357.41º 0.65% 0.51% -
HSV(B) 357.41º 0.77% 0.83% -
XYZ 28.68 16.33 5.38 -
YUV 98.24 104.17 208.43 -
System Red Green Blue C M Y K H S L
Decimal 211 49 56 0 0.77 0.73 0.17 357.41 0.65 0.51
Hex D3 31 38 0 4D 49 11 165 41 33
Octal 323 61 70 0 115 111 21 545 101 63
Binary 11010011 110001 111000 0 1001101 1001001 10001 101100101 1000001 110011

Color Harmonies of #D33138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D33138

Black with #D33138

Text Example


Text Example

White with #D33138

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D33138; }

 p { color: rgb(211,49,56); }

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

background-color css

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

 a { background-color: rgb(211,49,56); }

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

border-color css

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

 span { border-color: rgb(211,49,56); }

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