Html Css Color HEX #D33438 Mahogany

📋 copy color: '#D33438'

red 211 ◦ green 52 ◦ blue 56

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

Shades of Mahogany #D33438

Tints of Mahogany #D33438

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 17.55%

R = 66.14%
G = 16.3%
B = 17.55%

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

#D33438 (or 0xD33438) is known color: Mahogany. HEX triplet: D3, 34 and 38. RGB value is (211,52,56). Sum of RGB (Red+Green+Blue) = 211+52+56=319 (42% of max value = 765). Red value is 211 (82.81% from 255 or 66.14% from 319); Green value is 52 (20.70% from 255 or 16.30% from 319); Blue value is 56 (22.27% from 255 or 17.55% from 319); Max value from RGB is 211 - color contains mainly: red. Hex color #D33438 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D33438 is #2CCBC7. Grayscale: #646464. Windows color (decimal): -2935752 or 3683539. OLE color: 3683539.

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

Color convert

RGB 211 52 56 -
CMYK 0 0.75 0.73 0.17
HSL 358.49º 0.64% 0.52% -
HSV(B) 358.49º 0.75% 0.83% -
XYZ 28.81 16.59 5.43 -
YUV 100 103.18 207.17 -
System Red Green Blue C M Y K H S L
Decimal 211 52 56 0 0.75 0.73 0.17 358.49 0.64 0.52
Hex D3 34 38 0 4B 49 11 166 40 34
Octal 323 64 70 0 113 111 21 546 100 64
Binary 11010011 110100 111000 0 1001011 1001001 10001 101100110 1000000 110100

Color Harmonies of #D33438

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D33438

Black with #D33438

Text Example


Text Example

White with #D33438

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D33438; }

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

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

background-color css

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

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

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

border-color css

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

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

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