Html Css Color HEX #D4323C Mahogany

📋 copy color: '#D4323C'

red 212 ◦ green 50 ◦ blue 60

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

Shades of Mahogany #D4323C

Tints of Mahogany #D4323C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 18.63%

R = 65.84%
G = 15.53%
B = 18.63%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.72

 K value IS 0.17

RGB Variations

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

Color information

#D4323C (or 0xD4323C) is known color: Mahogany. HEX triplet: D4, 32 and 3C. RGB value is (212,50,60). Sum of RGB (Red+Green+Blue) = 212+50+60=322 (42% of max value = 765). Red value is 212 (83.20% from 255 or 65.84% from 322); Green value is 50 (19.92% from 255 or 15.53% from 322); Blue value is 60 (23.83% from 255 or 18.63% from 322); Max value from RGB is 212 - color contains mainly: red. Hex color #D4323C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D4323C is #2BCDC3. Grayscale: #636363. Windows color (decimal): -2870724 or 3945172. OLE color: 3945172.

HSL color Cylindrical-coordinate representation of color #D4323C: hue angle of 356.3º 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 #D4323C is Cyan = 0, Magento = 0.76, Yellow = 0.72 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 50 60 -
CMYK 0 0.76 0.72 0.17
HSL 356.3º 0.65% 0.51% -
HSV(B) 356.3º 0.76% 0.83% -
XYZ 29.11 16.6 5.95 -
YUV 99.58 105.67 208.19 -
System Red Green Blue C M Y K H S L
Decimal 212 50 60 0 0.76 0.72 0.17 356.3 0.65 0.51
Hex D4 32 3C 0 4C 48 11 164 41 33
Octal 324 62 74 0 114 110 21 544 101 63
Binary 11010100 110010 111100 0 1001100 1001000 10001 101100100 1000001 110011

Color Harmonies of #D4323C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4323C

Black with #D4323C

Text Example


Text Example

White with #D4323C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4323C; }

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

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

background-color css

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

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

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

border-color css

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

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

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