Html Css Color HEX #D4373C Mahogany

📋 copy color: '#D4373C'

red 212 ◦ green 55 ◦ blue 60

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

Shades of Mahogany #D4373C

Tints of Mahogany #D4373C

RGB

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

 GREEN value IS 55 (21.88% from 255) = 16.82%

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

R = 64.83%
G = 16.82%
B = 18.35%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.72

 K value IS 0.17

RGB Variations

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

Color information

#D4373C (or 0xD4373C) is known color: Mahogany. HEX triplet: D4, 37 and 3C. RGB value is (212,55,60). Sum of RGB (Red+Green+Blue) = 212+55+60=327 (43% of max value = 765). Red value is 212 (83.20% from 255 or 64.83% from 327); Green value is 55 (21.88% from 255 or 16.82% from 327); Blue value is 60 (23.83% from 255 or 18.35% from 327); Max value from RGB is 212 - color contains mainly: red. Hex color #D4373C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D4373C is #2BC8C3. Grayscale: #666666. Windows color (decimal): -2869444 or 3946452. OLE color: 3946452.

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

Color convert

RGB 212 55 60 -
CMYK 0 0.74 0.72 0.17
HSL 358.09º 0.65% 0.52% -
HSV(B) 358.09º 0.74% 0.83% -
XYZ 29.33 17.06 6.02 -
YUV 102.51 104.01 206.09 -
System Red Green Blue C M Y K H S L
Decimal 212 55 60 0 0.74 0.72 0.17 358.09 0.65 0.52
Hex D4 37 3C 0 4A 48 11 166 41 34
Octal 324 67 74 0 112 110 21 546 101 64
Binary 11010100 110111 111100 0 1001010 1001000 10001 101100110 1000001 110100

Color Harmonies of #D4373C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4373C

Black with #D4373C

Text Example


Text Example

White with #D4373C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4373C; }

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

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

background-color css

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

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

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

border-color css

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

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

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