Html Css Color HEX #D33139 Mahogany

📋 copy color: '#D33139'

red 211 ◦ green 49 ◦ blue 57

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

Shades of Mahogany #D33139

Tints of Mahogany #D33139

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 17.98%

R = 66.56%
G = 15.46%
B = 17.98%

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

#D33139 (or 0xD33139) is known color: Mahogany. HEX triplet: D3, 31 and 39. RGB value is (211,49,57). Sum of RGB (Red+Green+Blue) = 211+49+57=317 (41% of max value = 765). Red value is 211 (82.81% from 255 or 66.56% from 317); Green value is 49 (19.53% from 255 or 15.46% from 317); Blue value is 57 (22.66% from 255 or 17.98% from 317); Max value from RGB is 211 - color contains mainly: red. Hex color #D33139 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D33139 is #2CCEC6. Grayscale: #626262. Windows color (decimal): -2936519 or 3748307. OLE color: 3748307.

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

Color convert

RGB 211 49 57 -
CMYK 0 0.77 0.73 0.17
HSL 357.04º 0.65% 0.51% -
HSV(B) 357.04º 0.77% 0.83% -
XYZ 28.7 16.34 5.51 -
YUV 98.35 104.67 208.35 -
System Red Green Blue C M Y K H S L
Decimal 211 49 57 0 0.77 0.73 0.17 357.04 0.65 0.51
Hex D3 31 39 0 4D 49 11 165 41 33
Octal 323 61 71 0 115 111 21 545 101 63
Binary 11010011 110001 111001 0 1001101 1001001 10001 101100101 1000001 110011

Color Harmonies of #D33139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D33139

Black with #D33139

Text Example


Text Example

White with #D33139

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D33139; }

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

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

background-color css

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

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

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

border-color css

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

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

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