Html Css Color HEX #D33439 Mahogany

📋 copy color: '#D33439'

red 211 ◦ green 52 ◦ blue 57

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

Shades of Mahogany #D33439

Tints of Mahogany #D33439

RGB

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

 GREEN value IS 52 (20.7% from 255) = 16.25%

 BLUE value IS 57 (22.66% from 255) = 17.81%

R = 65.94%
G = 16.25%
B = 17.81%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.73

 K value IS 0.17

RGB Variations

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

Color information

#D33439 (or 0xD33439) is known color: Mahogany. HEX triplet: D3, 34 and 39. RGB value is (211,52,57). Sum of RGB (Red+Green+Blue) = 211+52+57=320 (42% of max value = 765). Red value is 211 (82.81% from 255 or 65.94% from 320); Green value is 52 (20.70% from 255 or 16.25% from 320); Blue value is 57 (22.66% from 255 or 17.81% from 320); Max value from RGB is 211 - color contains mainly: red. Hex color #D33439 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D33439 is #2CCBC6. Grayscale: #646464. Windows color (decimal): -2935751 or 3749075. OLE color: 3749075.

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

Color convert

RGB 211 52 57 -
CMYK 0 0.75 0.73 0.17
HSL 358.11º 0.64% 0.52% -
HSV(B) 358.11º 0.75% 0.83% -
XYZ 28.83 16.6 5.56 -
YUV 100.11 103.68 207.09 -
System Red Green Blue C M Y K H S L
Decimal 211 52 57 0 0.75 0.73 0.17 358.11 0.64 0.52
Hex D3 34 39 0 4B 49 11 166 40 34
Octal 323 64 71 0 113 111 21 546 100 64
Binary 11010011 110100 111001 0 1001011 1001001 10001 101100110 1000000 110100

Color Harmonies of #D33439

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D33439

Black with #D33439

Text Example


Text Example

White with #D33439

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D33439; }

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

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

background-color css

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

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

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

border-color css

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

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

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