Html Css Color HEX #D3333A Mahogany

📋 copy color: '#D3333A'

red 211 ◦ green 51 ◦ blue 58

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

Shades of Mahogany #D3333A

Tints of Mahogany #D3333A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 18.13%

R = 65.94%
G = 15.94%
B = 18.13%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.73

 K value IS 0.17

RGB Variations

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

Color information

#D3333A (or 0xD3333A) is known color: Mahogany. HEX triplet: D3, 33 and 3A. RGB value is (211,51,58). Sum of RGB (Red+Green+Blue) = 211+51+58=320 (42% of max value = 765). Red value is 211 (82.81% from 255 or 65.94% from 320); Green value is 51 (20.31% from 255 or 15.94% from 320); Blue value is 58 (23.05% from 255 or 18.12% from 320); Max value from RGB is 211 - color contains mainly: red. Hex color #D3333A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D3333A is #2CCCC5. Grayscale: #636363. Windows color (decimal): -2936006 or 3814355. OLE color: 3814355.

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

Color convert

RGB 211 51 58 -
CMYK 0 0.76 0.73 0.17
HSL 357.38º 0.65% 0.51% -
HSV(B) 357.38º 0.76% 0.83% -
XYZ 28.81 16.52 5.67 -
YUV 99.64 104.51 207.43 -
System Red Green Blue C M Y K H S L
Decimal 211 51 58 0 0.76 0.73 0.17 357.38 0.65 0.51
Hex D3 33 3A 0 4C 49 11 165 41 33
Octal 323 63 72 0 114 111 21 545 101 63
Binary 11010011 110011 111010 0 1001100 1001001 10001 101100101 1000001 110011

Color Harmonies of #D3333A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3333A

Black with #D3333A

Text Example


Text Example

White with #D3333A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3333A; }

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

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

background-color css

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

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

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

border-color css

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

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

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