Html Css Color HEX #D4373F Mahogany

📋 copy color: '#D4373F'

red 212 ◦ green 55 ◦ blue 63

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

Shades of Mahogany #D4373F

Tints of Mahogany #D4373F

RGB

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

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

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

R = 64.24%
G = 16.67%
B = 19.09%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.70

 K value IS 0.17

RGB Variations

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

Color information

#D4373F (or 0xD4373F) is known color: Mahogany. HEX triplet: D4, 37 and 3F. RGB value is (212,55,63). Sum of RGB (Red+Green+Blue) = 212+55+63=330 (43% of max value = 765). Red value is 212 (83.20% from 255 or 64.24% from 330); Green value is 55 (21.88% from 255 or 16.67% from 330); Blue value is 63 (25% from 255 or 19.09% from 330); Max value from RGB is 212 - color contains mainly: red. Hex color #D4373F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D4373F is #2BC8C0. Grayscale: #666666. Windows color (decimal): -2869441 or 4143060. OLE color: 4143060.

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

Color convert

RGB 212 55 63 -
CMYK 0 0.74 0.70 0.17
HSL 356.94º 0.65% 0.52% -
HSV(B) 356.94º 0.74% 0.83% -
XYZ 29.41 17.09 6.45 -
YUV 102.86 105.51 205.85 -
System Red Green Blue C M Y K H S L
Decimal 212 55 63 0 0.74 0.70 0.17 356.94 0.65 0.52
Hex D4 37 3F 0 4A 46 11 165 41 34
Octal 324 67 77 0 112 106 21 545 101 64
Binary 11010100 110111 111111 0 1001010 1000110 10001 101100101 1000001 110100

Color Harmonies of #D4373F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4373F

Black with #D4373F

Text Example


Text Example

White with #D4373F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4373F; }

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

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

background-color css

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

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

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

border-color css

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

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

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