Html Css Color HEX #D3333D Mahogany

📋 copy color: '#D3333D'

red 211 ◦ green 51 ◦ blue 61

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

Shades of Mahogany #D3333D

Tints of Mahogany #D3333D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 18.89%

R = 65.33%
G = 15.79%
B = 18.89%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.71

 K value IS 0.17

RGB Variations

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

Color information

#D3333D (or 0xD3333D) is known color: Mahogany. HEX triplet: D3, 33 and 3D. RGB value is (211,51,61). Sum of RGB (Red+Green+Blue) = 211+51+61=323 (42% of max value = 765). Red value is 211 (82.81% from 255 or 65.33% from 323); Green value is 51 (20.31% from 255 or 15.79% from 323); Blue value is 61 (24.22% from 255 or 18.89% from 323); Max value from RGB is 211 - color contains mainly: red. Hex color #D3333D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D3333D is #2CCCC2. Grayscale: #646464. Windows color (decimal): -2936003 or 4010963. OLE color: 4010963.

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

Color convert

RGB 211 51 61 -
CMYK 0 0.76 0.71 0.17
HSL 356.25º 0.65% 0.51% -
HSV(B) 356.25º 0.76% 0.83% -
XYZ 28.89 16.55 6.09 -
YUV 99.98 106.01 207.19 -
System Red Green Blue C M Y K H S L
Decimal 211 51 61 0 0.76 0.71 0.17 356.25 0.65 0.51
Hex D3 33 3D 0 4C 47 11 164 41 33
Octal 323 63 75 0 114 107 21 544 101 63
Binary 11010011 110011 111101 0 1001100 1000111 10001 101100100 1000001 110011

Color Harmonies of #D3333D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3333D

Black with #D3333D

Text Example


Text Example

White with #D3333D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3333D; }

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

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

background-color css

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

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

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

border-color css

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

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

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