Html Css Color HEX #D3383C Mahogany

📋 copy color: '#D3383C'

red 211 ◦ green 56 ◦ blue 60

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

Shades of Mahogany #D3383C

Tints of Mahogany #D3383C

RGB

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

 GREEN value IS 56 (22.27% from 255) = 17.13%

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

R = 64.53%
G = 17.13%
B = 18.35%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.72

 K value IS 0.17

RGB Variations

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

Color information

#D3383C (or 0xD3383C) is known color: Mahogany. HEX triplet: D3, 38 and 3C. RGB value is (211,56,60). Sum of RGB (Red+Green+Blue) = 211+56+60=327 (43% of max value = 765). Red value is 211 (82.81% from 255 or 64.53% from 327); Green value is 56 (22.27% from 255 or 17.13% from 327); Blue value is 60 (23.83% from 255 or 18.35% from 327); Max value from RGB is 211 - color contains mainly: red. Hex color #D3383C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D3383C is #2CC7C3. Grayscale: #666666. Windows color (decimal): -2934724 or 3946707. OLE color: 3946707.

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

Color convert

RGB 211 56 60 -
CMYK 0 0.73 0.72 0.17
HSL 358.45º 0.64% 0.52% -
HSV(B) 358.45º 0.73% 0.83% -
XYZ 29.09 17 6.02 -
YUV 102.8 103.85 205.17 -
System Red Green Blue C M Y K H S L
Decimal 211 56 60 0 0.73 0.72 0.17 358.45 0.64 0.52
Hex D3 38 3C 0 49 48 11 166 40 34
Octal 323 70 74 0 111 110 21 546 100 64
Binary 11010011 111000 111100 0 1001001 1001000 10001 101100110 1000000 110100

Color Harmonies of #D3383C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3383C

Black with #D3383C

Text Example


Text Example

White with #D3383C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3383C; }

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

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

background-color css

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

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

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

border-color css

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

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

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