Html Css Color HEX #D33335 Mahogany

📋 copy color: '#D33335'

red 211 ◦ green 51 ◦ blue 53

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

Shades of Mahogany #D33335

Tints of Mahogany #D33335

RGB

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

 GREEN value IS 51 (20.31% from 255) = 16.19%

 BLUE value IS 53 (21.09% from 255) = 16.83%

R = 66.98%
G = 16.19%
B = 16.83%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.75

 K value IS 0.17

RGB Variations

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

Color information

#D33335 (or 0xD33335) is known color: Mahogany. HEX triplet: D3, 33 and 35. RGB value is (211,51,53). Sum of RGB (Red+Green+Blue) = 211+51+53=315 (41% of max value = 765). Red value is 211 (82.81% from 255 or 66.98% from 315); Green value is 51 (20.31% from 255 or 16.19% from 315); Blue value is 53 (21.09% from 255 or 16.83% from 315); Max value from RGB is 211 - color contains mainly: red. Hex color #D33335 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D33335 is #2CCCCA. Grayscale: #636363. Windows color (decimal): -2936011 or 3486675. OLE color: 3486675.

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

Color convert

RGB 211 51 53 -
CMYK 0 0.76 0.75 0.17
HSL 359.25º 0.65% 0.51% -
HSV(B) 359.25º 0.76% 0.83% -
XYZ 28.69 16.47 5.04 -
YUV 99.07 102.01 207.84 -
System Red Green Blue C M Y K H S L
Decimal 211 51 53 0 0.76 0.75 0.17 359.25 0.65 0.51
Hex D3 33 35 0 4C 4B 11 167 41 33
Octal 323 63 65 0 114 113 21 547 101 63
Binary 11010011 110011 110101 0 1001100 1001011 10001 101100111 1000001 110011

Color Harmonies of #D33335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D33335

Black with #D33335

Text Example


Text Example

White with #D33335

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D33335; }

 p { color: rgb(211,51,53); }

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

background-color css

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

 a { background-color: rgb(211,51,53); }

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

border-color css

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

 span { border-color: rgb(211,51,53); }

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