Html Css Color HEX #D3373D Mahogany

📋 copy color: '#D3373D'

red 211 ◦ green 55 ◦ blue 61

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

Shades of Mahogany #D3373D

Tints of Mahogany #D3373D

RGB

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

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

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

R = 64.53%
G = 16.82%
B = 18.65%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.71

 K value IS 0.17

RGB Variations

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

Color information

#D3373D (or 0xD3373D) is known color: Mahogany. HEX triplet: D3, 37 and 3D. RGB value is (211,55,61). Sum of RGB (Red+Green+Blue) = 211+55+61=327 (43% of max value = 765). Red value is 211 (82.81% from 255 or 64.53% from 327); Green value is 55 (21.88% from 255 or 16.82% from 327); Blue value is 61 (24.22% from 255 or 18.65% from 327); Max value from RGB is 211 - color contains mainly: red. Hex color #D3373D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D3373D is #2CC8C2. Grayscale: #666666. Windows color (decimal): -2934979 or 4011987. OLE color: 4011987.

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

Color convert

RGB 211 55 61 -
CMYK 0 0.74 0.71 0.17
HSL 357.69º 0.64% 0.52% -
HSV(B) 357.69º 0.74% 0.83% -
XYZ 29.07 16.92 6.15 -
YUV 102.33 104.68 205.51 -
System Red Green Blue C M Y K H S L
Decimal 211 55 61 0 0.74 0.71 0.17 357.69 0.64 0.52
Hex D3 37 3D 0 4A 47 11 166 40 34
Octal 323 67 75 0 112 107 21 546 100 64
Binary 11010011 110111 111101 0 1001010 1000111 10001 101100110 1000000 110100

Color Harmonies of #D3373D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3373D

Black with #D3373D

Text Example


Text Example

White with #D3373D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3373D; }

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

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

background-color css

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

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

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

border-color css

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

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

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