Html Css Color HEX #D1333D Mahogany

📋 copy color: '#D1333D'

red 209 ◦ green 51 ◦ blue 61

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

Shades of Mahogany #D1333D

Tints of Mahogany #D1333D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 19%

R = 65.11%
G = 15.89%
B = 19%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.71

 K value IS 0.18

RGB Variations

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

Color information

#D1333D (or 0xD1333D) is known color: Mahogany. HEX triplet: D1, 33 and 3D. RGB value is (209,51,61). Sum of RGB (Red+Green+Blue) = 209+51+61=321 (42% of max value = 765). Red value is 209 (82.03% from 255 or 65.11% from 321); Green value is 51 (20.31% from 255 or 15.89% from 321); Blue value is 61 (24.22% from 255 or 19.00% from 321); Max value from RGB is 209 - color contains mainly: red. Hex color #D1333D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D1333D is #2ECCC2. Grayscale: #636363. Windows color (decimal): -3067075 or 4010961. OLE color: 4010961.

HSL color Cylindrical-coordinate representation of color #D1333D: hue angle of 356.2º 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 #D1333D is Cyan = 0, Magento = 0.76, Yellow = 0.71 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 51 61 -
CMYK 0 0.76 0.71 0.18
HSL 356.2º 0.63% 0.51% -
HSV(B) 356.2º 0.76% 0.82% -
XYZ 28.32 16.26 6.06 -
YUV 99.38 106.35 206.19 -
System Red Green Blue C M Y K H S L
Decimal 209 51 61 0 0.76 0.71 0.18 356.2 0.63 0.51
Hex D1 33 3D 0 4C 47 12 164 3F 33
Octal 321 63 75 0 114 107 22 544 77 63
Binary 11010001 110011 111101 0 1001100 1000111 10010 101100100 111111 110011

Color Harmonies of #D1333D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1333D

Black with #D1333D

Text Example


Text Example

White with #D1333D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1333D; }

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

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

background-color css

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

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

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

border-color css

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

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

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