Html Css Color HEX #D13338 Mahogany

📋 copy color: '#D13338'

red 209 ◦ green 51 ◦ blue 56

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

Shades of Mahogany #D13338

Tints of Mahogany #D13338

RGB

 RED value IS 209 (82.03% from 255) = 66.14%

 GREEN value IS 51 (20.31% from 255) = 16.14%

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

R = 66.14%
G = 16.14%
B = 17.72%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.73

 K value IS 0.18

RGB Variations

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

Color information

#D13338 (or 0xD13338) is known color: Mahogany. HEX triplet: D1, 33 and 38. RGB value is (209,51,56). Sum of RGB (Red+Green+Blue) = 209+51+56=316 (41% of max value = 765). Red value is 209 (82.03% from 255 or 66.14% from 316); Green value is 51 (20.31% from 255 or 16.14% from 316); Blue value is 56 (22.27% from 255 or 17.72% from 316); Max value from RGB is 209 - color contains mainly: red. Hex color #D13338 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D13338 is #2ECCC7. Grayscale: #626262. Windows color (decimal): -3067080 or 3683281. OLE color: 3683281.

HSL color Cylindrical-coordinate representation of color #D13338: hue angle of 358.1º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D13338 is Cyan = 0, Magento = 0.76, Yellow = 0.73 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 51 56 -
CMYK 0 0.76 0.73 0.18
HSL 358.1º 0.63% 0.51% -
HSV(B) 358.1º 0.76% 0.82% -
XYZ 28.19 16.21 5.38 -
YUV 98.81 103.85 206.59 -
System Red Green Blue C M Y K H S L
Decimal 209 51 56 0 0.76 0.73 0.18 358.1 0.63 0.51
Hex D1 33 38 0 4C 49 12 166 3F 33
Octal 321 63 70 0 114 111 22 546 77 63
Binary 11010001 110011 111000 0 1001100 1001001 10010 101100110 111111 110011

Color Harmonies of #D13338

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13338

Black with #D13338

Text Example


Text Example

White with #D13338

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13338; }

 p { color: rgb(209,51,56); }

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

background-color css

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

 a { background-color: rgb(209,51,56); }

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

border-color css

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

 span { border-color: rgb(209,51,56); }

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