Html Css Color HEX #D33942 Mahogany

📋 copy color: '#D33942'

red 211 ◦ green 57 ◦ blue 66

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

Shades of Mahogany #D33942

Tints of Mahogany #D33942

RGB

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

 GREEN value IS 57 (22.66% from 255) = 17.07%

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

R = 63.17%
G = 17.07%
B = 19.76%

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

#D33942 (or 0xD33942) is known color: Mahogany. HEX triplet: D3, 39 and 42. RGB value is (211,57,66). Sum of RGB (Red+Green+Blue) = 211+57+66=334 (44% of max value = 765). Red value is 211 (82.81% from 255 or 63.17% from 334); Green value is 57 (22.66% from 255 or 17.07% from 334); Blue value is 66 (26.17% from 255 or 19.76% from 334); Max value from RGB is 211 - color contains mainly: red. Hex color #D33942 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D33942 is #2CC6BD. Grayscale: #686868. Windows color (decimal): -2934462 or 4340179. OLE color: 4340179.

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

Color convert

RGB 211 57 66 -
CMYK 0 0.73 0.69 0.17
HSL 356.49º 0.64% 0.53% -
HSV(B) 356.49º 0.73% 0.83% -
XYZ 29.31 17.17 6.92 -
YUV 104.07 106.52 204.27 -
System Red Green Blue C M Y K H S L
Decimal 211 57 66 0 0.73 0.69 0.17 356.49 0.64 0.53
Hex D3 39 42 0 49 45 11 164 40 35
Octal 323 71 102 0 111 105 21 544 100 65
Binary 11010011 111001 1000010 0 1001001 1000101 10001 101100100 1000000 110101

Color Harmonies of #D33942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D33942

Black with #D33942

Text Example


Text Example

White with #D33942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D33942; }

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

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

background-color css

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

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

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

border-color css

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

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

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