Html Css Color HEX #D33E44 Mahogany

📋 copy color: '#D33E44'

red 211 ◦ green 62 ◦ blue 68

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

Shades of Mahogany #D33E44

Tints of Mahogany #D33E44

RGB

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

 GREEN value IS 62 (24.61% from 255) = 18.18%

 BLUE value IS 68 (26.95% from 255) = 19.94%

R = 61.88%
G = 18.18%
B = 19.94%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.68

 K value IS 0.17

RGB Variations

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

Color information

#D33E44 (or 0xD33E44) is known color: Mahogany. HEX triplet: D3, 3E and 44. RGB value is (211,62,68). Sum of RGB (Red+Green+Blue) = 211+62+68=341 (45% of max value = 765). Red value is 211 (82.81% from 255 or 61.88% from 341); Green value is 62 (24.61% from 255 or 18.18% from 341); Blue value is 68 (26.95% from 255 or 19.94% from 341); Max value from RGB is 211 - color contains mainly: red. Hex color #D33E44 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D33E44 is #2CC1BB. Grayscale: #6B6B6B. Windows color (decimal): -2933180 or 4472531. OLE color: 4472531.

HSL color Cylindrical-coordinate representation of color #D33E44: hue angle of 357.58º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D33E44 is Cyan = 0, Magento = 0.71, Yellow = 0.68 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 62 68 -
CMYK 0 0.71 0.68 0.17
HSL 357.58º 0.63% 0.54% -
HSV(B) 357.58º 0.71% 0.83% -
XYZ 29.63 17.71 7.33 -
YUV 107.24 105.86 202.01 -
System Red Green Blue C M Y K H S L
Decimal 211 62 68 0 0.71 0.68 0.17 357.58 0.63 0.54
Hex D3 3E 44 0 47 44 11 166 3F 36
Octal 323 76 104 0 107 104 21 546 77 66
Binary 11010011 111110 1000100 0 1000111 1000100 10001 101100110 111111 110110

Color Harmonies of #D33E44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D33E44

Black with #D33E44

Text Example


Text Example

White with #D33E44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D33E44; }

 p { color: rgb(211,62,68); }

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

background-color css

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

 a { background-color: rgb(211,62,68); }

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

border-color css

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

 span { border-color: rgb(211,62,68); }

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