Html Css Color HEX #D33038 Mahogany

📋 copy color: '#D33038'

red 211 ◦ green 48 ◦ blue 56

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

Shades of Mahogany #D33038

Tints of Mahogany #D33038

RGB

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

 GREEN value IS 48 (19.14% from 255) = 15.24%

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

R = 66.98%
G = 15.24%
B = 17.78%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.73

 K value IS 0.17

RGB Variations

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

Color information

#D33038 (or 0xD33038) is known color: Mahogany. HEX triplet: D3, 30 and 38. RGB value is (211,48,56). Sum of RGB (Red+Green+Blue) = 211+48+56=315 (41% of max value = 765). Red value is 211 (82.81% from 255 or 66.98% from 315); Green value is 48 (19.14% from 255 or 15.24% from 315); Blue value is 56 (22.27% from 255 or 17.78% from 315); Max value from RGB is 211 - color contains mainly: red. Hex color #D33038 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D33038 is #2CCFC7. Grayscale: #616161. Windows color (decimal): -2936776 or 3682515. OLE color: 3682515.

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

Color convert

RGB 211 48 56 -
CMYK 0 0.77 0.73 0.17
HSL 357.06º 0.65% 0.51% -
HSV(B) 357.06º 0.77% 0.83% -
XYZ 28.63 16.25 5.37 -
YUV 97.65 104.5 208.85 -
System Red Green Blue C M Y K H S L
Decimal 211 48 56 0 0.77 0.73 0.17 357.06 0.65 0.51
Hex D3 30 38 0 4D 49 11 165 41 33
Octal 323 60 70 0 115 111 21 545 101 63
Binary 11010011 110000 111000 0 1001101 1001001 10001 101100101 1000001 110011

Color Harmonies of #D33038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D33038

Black with #D33038

Text Example


Text Example

White with #D33038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D33038; }

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

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

background-color css

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

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

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

border-color css

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

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

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