Html Css Color HEX #D2343F Mahogany

📋 copy color: '#D2343F'

red 210 ◦ green 52 ◦ blue 63

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

Shades of Mahogany #D2343F

Tints of Mahogany #D2343F

RGB

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

 GREEN value IS 52 (20.7% from 255) = 16%

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

R = 64.62%
G = 16%
B = 19.38%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.70

 K value IS 0.18

RGB Variations

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

Color information

#D2343F (or 0xD2343F) is known color: Mahogany. HEX triplet: D2, 34 and 3F. RGB value is (210,52,63). Sum of RGB (Red+Green+Blue) = 210+52+63=325 (43% of max value = 765). Red value is 210 (82.42% from 255 or 64.62% from 325); Green value is 52 (20.70% from 255 or 16% from 325); Blue value is 63 (25% from 255 or 19.38% from 325); Max value from RGB is 210 - color contains mainly: red. Hex color #D2343F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D2343F is #2DCBC0. Grayscale: #646464. Windows color (decimal): -3001281 or 4142290. OLE color: 4142290.

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

Color convert

RGB 210 52 63 -
CMYK 0 0.75 0.70 0.18
HSL 355.82º 0.64% 0.51% -
HSV(B) 355.82º 0.75% 0.82% -
XYZ 28.7 16.52 6.38 -
YUV 100.5 106.85 206.11 -
System Red Green Blue C M Y K H S L
Decimal 210 52 63 0 0.75 0.70 0.18 355.82 0.64 0.51
Hex D2 34 3F 0 4B 46 12 164 40 33
Octal 322 64 77 0 113 106 22 544 100 63
Binary 11010010 110100 111111 0 1001011 1000110 10010 101100100 1000000 110011

Color Harmonies of #D2343F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2343F

Black with #D2343F

Text Example


Text Example

White with #D2343F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2343F; }

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

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

background-color css

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

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

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

border-color css

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

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

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