Html Css Color HEX #D2393F Mahogany

📋 copy color: '#D2393F'

red 210 ◦ green 57 ◦ blue 63

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

Shades of Mahogany #D2393F

Tints of Mahogany #D2393F

RGB

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

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

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

R = 63.64%
G = 17.27%
B = 19.09%

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

#D2393F (or 0xD2393F) is known color: Mahogany. HEX triplet: D2, 39 and 3F. RGB value is (210,57,63). Sum of RGB (Red+Green+Blue) = 210+57+63=330 (43% of max value = 765). Red value is 210 (82.42% from 255 or 63.64% from 330); Green value is 57 (22.66% from 255 or 17.27% from 330); Blue value is 63 (25% from 255 or 19.09% from 330); Max value from RGB is 210 - color contains mainly: red. Hex color #D2393F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D2393F is #2DC6C0. Grayscale: #676767. Windows color (decimal): -3000001 or 4143570. OLE color: 4143570.

HSL color Cylindrical-coordinate representation of color #D2393F: hue angle of 357.65º 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 #D2393F is Cyan = 0, Magento = 0.73, Yellow = 0.70 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 57 63 -
CMYK 0 0.73 0.70 0.18
HSL 357.65º 0.63% 0.52% -
HSV(B) 357.65º 0.73% 0.82% -
XYZ 28.94 16.99 6.46 -
YUV 103.43 105.19 204.01 -
System Red Green Blue C M Y K H S L
Decimal 210 57 63 0 0.73 0.70 0.18 357.65 0.63 0.52
Hex D2 39 3F 0 49 46 12 166 3F 34
Octal 322 71 77 0 111 106 22 546 77 64
Binary 11010010 111001 111111 0 1001001 1000110 10010 101100110 111111 110100

Color Harmonies of #D2393F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2393F

Black with #D2393F

Text Example


Text Example

White with #D2393F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2393F; }

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

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

background-color css

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

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

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

border-color css

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

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

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