Html Css Color HEX #D4323F Mahogany

📋 copy color: '#D4323F'

red 212 ◦ green 50 ◦ blue 63

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

Shades of Mahogany #D4323F

Tints of Mahogany #D4323F

RGB

 RED value IS 212 (83.2% from 255) = 65.23%

 GREEN value IS 50 (19.92% from 255) = 15.38%

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

R = 65.23%
G = 15.38%
B = 19.38%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.70

 K value IS 0.17

RGB Variations

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

Color information

#D4323F (or 0xD4323F) is known color: Mahogany. HEX triplet: D4, 32 and 3F. RGB value is (212,50,63). Sum of RGB (Red+Green+Blue) = 212+50+63=325 (43% of max value = 765). Red value is 212 (83.20% from 255 or 65.23% from 325); Green value is 50 (19.92% from 255 or 15.38% from 325); Blue value is 63 (25% from 255 or 19.38% from 325); Max value from RGB is 212 - color contains mainly: red. Hex color #D4323F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D4323F is #2BCDC0. Grayscale: #646464. Windows color (decimal): -2870721 or 4141780. OLE color: 4141780.

HSL color Cylindrical-coordinate representation of color #D4323F: hue angle of 355.19º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D4323F is Cyan = 0, Magento = 0.76, Yellow = 0.70 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 50 63 -
CMYK 0 0.76 0.70 0.17
HSL 355.19º 0.65% 0.51% -
HSV(B) 355.19º 0.76% 0.83% -
XYZ 29.19 16.64 6.38 -
YUV 99.92 107.17 207.94 -
System Red Green Blue C M Y K H S L
Decimal 212 50 63 0 0.76 0.70 0.17 355.19 0.65 0.51
Hex D4 32 3F 0 4C 46 11 163 41 33
Octal 324 62 77 0 114 106 21 543 101 63
Binary 11010100 110010 111111 0 1001100 1000110 10001 101100011 1000001 110011

Color Harmonies of #D4323F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4323F

Black with #D4323F

Text Example


Text Example

White with #D4323F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4323F; }

 p { color: rgb(212,50,63); }

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

background-color css

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

 a { background-color: rgb(212,50,63); }

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

border-color css

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

 span { border-color: rgb(212,50,63); }

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