Html Css Color HEX #D1333C Mahogany

📋 copy color: '#D1333C'

red 209 ◦ green 51 ◦ blue 60

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

Shades of Mahogany #D1333C

Tints of Mahogany #D1333C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 18.75%

R = 65.31%
G = 15.94%
B = 18.75%

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

#D1333C (or 0xD1333C) is known color: Mahogany. HEX triplet: D1, 33 and 3C. RGB value is (209,51,60). Sum of RGB (Red+Green+Blue) = 209+51+60=320 (42% of max value = 765). Red value is 209 (82.03% from 255 or 65.31% from 320); Green value is 51 (20.31% from 255 or 15.94% from 320); Blue value is 60 (23.83% from 255 or 18.75% from 320); Max value from RGB is 209 - color contains mainly: red. Hex color #D1333C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D1333C is #2ECCC3. Grayscale: #636363. Windows color (decimal): -3067076 or 3945425. OLE color: 3945425.

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

Color convert

RGB 209 51 60 -
CMYK 0 0.76 0.71 0.18
HSL 356.58º 0.63% 0.51% -
HSV(B) 356.58º 0.76% 0.82% -
XYZ 28.29 16.25 5.92 -
YUV 99.27 105.85 206.27 -
System Red Green Blue C M Y K H S L
Decimal 209 51 60 0 0.76 0.71 0.18 356.58 0.63 0.51
Hex D1 33 3C 0 4C 47 12 165 3F 33
Octal 321 63 74 0 114 107 22 545 77 63
Binary 11010001 110011 111100 0 1001100 1000111 10010 101100101 111111 110011

Color Harmonies of #D1333C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1333C

Black with #D1333C

Text Example


Text Example

White with #D1333C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1333C; }

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

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

background-color css

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

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

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

border-color css

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

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

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