Html Css Color HEX #D33B3E Mahogany

📋 copy color: '#D33B3E'

red 211 ◦ green 59 ◦ blue 62

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

Shades of Mahogany #D33B3E

Tints of Mahogany #D33B3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 18.67%

R = 63.55%
G = 17.77%
B = 18.67%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.71

 K value IS 0.17

RGB Variations

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

Color information

#D33B3E (or 0xD33B3E) is known color: Mahogany. HEX triplet: D3, 3B and 3E. RGB value is (211,59,62). Sum of RGB (Red+Green+Blue) = 211+59+62=332 (43% of max value = 765). Red value is 211 (82.81% from 255 or 63.55% from 332); Green value is 59 (23.44% from 255 or 17.77% from 332); Blue value is 62 (24.61% from 255 or 18.67% from 332); Max value from RGB is 211 - color contains mainly: red. Hex color #D33B3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D33B3E is #2CC4C1. Grayscale: #686868. Windows color (decimal): -2933954 or 4078547. OLE color: 4078547.

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

Color convert

RGB 211 59 62 -
CMYK 0 0.72 0.71 0.17
HSL 358.82º 0.63% 0.53% -
HSV(B) 358.82º 0.72% 0.83% -
XYZ 29.3 17.32 6.36 -
YUV 104.79 103.86 203.76 -
System Red Green Blue C M Y K H S L
Decimal 211 59 62 0 0.72 0.71 0.17 358.82 0.63 0.53
Hex D3 3B 3E 0 48 47 11 167 3F 35
Octal 323 73 76 0 110 107 21 547 77 65
Binary 11010011 111011 111110 0 1001000 1000111 10001 101100111 111111 110101

Color Harmonies of #D33B3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D33B3E

Black with #D33B3E

Text Example


Text Example

White with #D33B3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D33B3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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