Html Css Color HEX #D3373F Mahogany

📋 copy color: '#D3373F'

red 211 ◦ green 55 ◦ blue 63

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

Shades of Mahogany #D3373F

Tints of Mahogany #D3373F

RGB

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

 GREEN value IS 55 (21.88% from 255) = 16.72%

 BLUE value IS 63 (25% from 255) = 19.15%

R = 64.13%
G = 16.72%
B = 19.15%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.70

 K value IS 0.17

RGB Variations

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

Color information

#D3373F (or 0xD3373F) is known color: Mahogany. HEX triplet: D3, 37 and 3F. RGB value is (211,55,63). Sum of RGB (Red+Green+Blue) = 211+55+63=329 (43% of max value = 765). Red value is 211 (82.81% from 255 or 64.13% from 329); Green value is 55 (21.88% from 255 or 16.72% from 329); Blue value is 63 (25% from 255 or 19.15% from 329); Max value from RGB is 211 - color contains mainly: red. Hex color #D3373F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D3373F is #2CC8C0. Grayscale: #666666. Windows color (decimal): -2934977 or 4143059. OLE color: 4143059.

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

Color convert

RGB 211 55 63 -
CMYK 0 0.74 0.70 0.17
HSL 356.92º 0.64% 0.52% -
HSV(B) 356.92º 0.74% 0.83% -
XYZ 29.13 16.94 6.44 -
YUV 102.56 105.68 205.35 -
System Red Green Blue C M Y K H S L
Decimal 211 55 63 0 0.74 0.70 0.17 356.92 0.64 0.52
Hex D3 37 3F 0 4A 46 11 165 40 34
Octal 323 67 77 0 112 106 21 545 100 64
Binary 11010011 110111 111111 0 1001010 1000110 10001 101100101 1000000 110100

Color Harmonies of #D3373F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3373F

Black with #D3373F

Text Example


Text Example

White with #D3373F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3373F; }

 p { color: rgb(211,55,63); }

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

background-color css

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

 a { background-color: rgb(211,55,63); }

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

border-color css

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

 span { border-color: rgb(211,55,63); }

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