Html Css Color HEX #D4373D Mahogany

📋 copy color: '#D4373D'

red 212 ◦ green 55 ◦ blue 61

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

Shades of Mahogany #D4373D

Tints of Mahogany #D4373D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 18.6%

R = 64.63%
G = 16.77%
B = 18.6%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.71

 K value IS 0.17

RGB Variations

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

Color information

#D4373D (or 0xD4373D) is known color: Mahogany. HEX triplet: D4, 37 and 3D. RGB value is (212,55,61). Sum of RGB (Red+Green+Blue) = 212+55+61=328 (43% of max value = 765). Red value is 212 (83.20% from 255 or 64.63% from 328); Green value is 55 (21.88% from 255 or 16.77% from 328); Blue value is 61 (24.22% from 255 or 18.60% from 328); Max value from RGB is 212 - color contains mainly: red. Hex color #D4373D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D4373D is #2BC8C2. Grayscale: #666666. Windows color (decimal): -2869443 or 4011988. OLE color: 4011988.

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

Color convert

RGB 212 55 61 -
CMYK 0 0.74 0.71 0.17
HSL 357.71º 0.65% 0.52% -
HSV(B) 357.71º 0.74% 0.83% -
XYZ 29.36 17.07 6.16 -
YUV 102.63 104.51 206.01 -
System Red Green Blue C M Y K H S L
Decimal 212 55 61 0 0.74 0.71 0.17 357.71 0.65 0.52
Hex D4 37 3D 0 4A 47 11 166 41 34
Octal 324 67 75 0 112 107 21 546 101 64
Binary 11010100 110111 111101 0 1001010 1000111 10001 101100110 1000001 110100

Color Harmonies of #D4373D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4373D

Black with #D4373D

Text Example


Text Example

White with #D4373D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4373D; }

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

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

background-color css

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

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

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

border-color css

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

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

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