Html Css Color HEX #D2393E Mahogany

📋 copy color: '#D2393E'

red 210 ◦ green 57 ◦ blue 62

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

Shades of Mahogany #D2393E

Tints of Mahogany #D2393E

RGB

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

 GREEN value IS 57 (22.66% from 255) = 17.33%

 BLUE value IS 62 (24.61% from 255) = 18.84%

R = 63.83%
G = 17.33%
B = 18.84%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.70

 K value IS 0.18

RGB Variations

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

Color information

#D2393E (or 0xD2393E) is known color: Mahogany. HEX triplet: D2, 39 and 3E. RGB value is (210,57,62). Sum of RGB (Red+Green+Blue) = 210+57+62=329 (43% of max value = 765). Red value is 210 (82.42% from 255 or 63.83% from 329); Green value is 57 (22.66% from 255 or 17.33% from 329); Blue value is 62 (24.61% from 255 or 18.84% from 329); Max value from RGB is 210 - color contains mainly: red. Hex color #D2393E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D2393E is #2DC6C1. Grayscale: #676767. Windows color (decimal): -3000002 or 4078034. OLE color: 4078034.

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

Color convert

RGB 210 57 62 -
CMYK 0 0.73 0.70 0.18
HSL 358.04º 0.63% 0.52% -
HSV(B) 358.04º 0.73% 0.82% -
XYZ 28.91 16.98 6.31 -
YUV 103.32 104.69 204.09 -
System Red Green Blue C M Y K H S L
Decimal 210 57 62 0 0.73 0.70 0.18 358.04 0.63 0.52
Hex D2 39 3E 0 49 46 12 166 3F 34
Octal 322 71 76 0 111 106 22 546 77 64
Binary 11010010 111001 111110 0 1001001 1000110 10010 101100110 111111 110100

Color Harmonies of #D2393E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2393E

Black with #D2393E

Text Example


Text Example

White with #D2393E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2393E; }

 p { color: rgb(210,57,62); }

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

background-color css

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

 a { background-color: rgb(210,57,62); }

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

border-color css

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

 span { border-color: rgb(210,57,62); }

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