Html Css Color HEX #D2373B Mahogany

📋 copy color: '#D2373B'

red 210 ◦ green 55 ◦ blue 59

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

Shades of Mahogany #D2373B

Tints of Mahogany #D2373B

RGB

 RED value IS 210 (82.42% from 255) = 64.81%

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

 BLUE value IS 59 (23.44% from 255) = 18.21%

R = 64.81%
G = 16.98%
B = 18.21%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.72

 K value IS 0.18

RGB Variations

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

Color information

#D2373B (or 0xD2373B) is known color: Mahogany. HEX triplet: D2, 37 and 3B. RGB value is (210,55,59). Sum of RGB (Red+Green+Blue) = 210+55+59=324 (42% of max value = 765). Red value is 210 (82.42% from 255 or 64.81% from 324); Green value is 55 (21.88% from 255 or 16.98% from 324); Blue value is 59 (23.44% from 255 or 18.21% from 324); Max value from RGB is 210 - color contains mainly: red. Hex color #D2373B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D2373B is #2DC8C4. Grayscale: #656565. Windows color (decimal): -3000517 or 3880914. OLE color: 3880914.

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

Color convert

RGB 210 55 59 -
CMYK 0 0.74 0.72 0.18
HSL 358.45º 0.63% 0.52% -
HSV(B) 358.45º 0.74% 0.82% -
XYZ 28.73 16.75 5.86 -
YUV 101.8 103.85 205.17 -
System Red Green Blue C M Y K H S L
Decimal 210 55 59 0 0.74 0.72 0.18 358.45 0.63 0.52
Hex D2 37 3B 0 4A 48 12 166 3F 34
Octal 322 67 73 0 112 110 22 546 77 64
Binary 11010010 110111 111011 0 1001010 1001000 10010 101100110 111111 110100

Color Harmonies of #D2373B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2373B

Black with #D2373B

Text Example


Text Example

White with #D2373B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2373B; }

 p { color: rgb(210,55,59); }

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

background-color css

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

 a { background-color: rgb(210,55,59); }

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

border-color css

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

 span { border-color: rgb(210,55,59); }

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