Html Css Color HEX #D33842 Mahogany

📋 copy color: '#D33842'

red 211 ◦ green 56 ◦ blue 66

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

Shades of Mahogany #D33842

Tints of Mahogany #D33842

RGB

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

 GREEN value IS 56 (22.27% from 255) = 16.82%

 BLUE value IS 66 (26.17% from 255) = 19.82%

R = 63.36%
G = 16.82%
B = 19.82%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.69

 K value IS 0.17

RGB Variations

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

Color information

#D33842 (or 0xD33842) is known color: Mahogany. HEX triplet: D3, 38 and 42. RGB value is (211,56,66). Sum of RGB (Red+Green+Blue) = 211+56+66=333 (44% of max value = 765). Red value is 211 (82.81% from 255 or 63.36% from 333); Green value is 56 (22.27% from 255 or 16.82% from 333); Blue value is 66 (26.17% from 255 or 19.82% from 333); Max value from RGB is 211 - color contains mainly: red. Hex color #D33842 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D33842 is #2CC7BD. Grayscale: #676767. Windows color (decimal): -2934718 or 4339923. OLE color: 4339923.

HSL color Cylindrical-coordinate representation of color #D33842: hue angle of 356.13º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D33842 is Cyan = 0, Magento = 0.73, Yellow = 0.69 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 56 66 -
CMYK 0 0.73 0.69 0.17
HSL 356.13º 0.64% 0.52% -
HSV(B) 356.13º 0.73% 0.83% -
XYZ 29.26 17.07 6.91 -
YUV 103.49 106.85 204.69 -
System Red Green Blue C M Y K H S L
Decimal 211 56 66 0 0.73 0.69 0.17 356.13 0.64 0.52
Hex D3 38 42 0 49 45 11 164 40 34
Octal 323 70 102 0 111 105 21 544 100 64
Binary 11010011 111000 1000010 0 1001001 1000101 10001 101100100 1000000 110100

Color Harmonies of #D33842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D33842

Black with #D33842

Text Example


Text Example

White with #D33842

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D33842; }

 p { color: rgb(211,56,66); }

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

background-color css

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

 a { background-color: rgb(211,56,66); }

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

border-color css

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

 span { border-color: rgb(211,56,66); }

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