Html Css Color HEX #D43037 Mahogany

📋 copy color: '#D43037'

red 212 ◦ green 48 ◦ blue 55

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

Shades of Mahogany #D43037

Tints of Mahogany #D43037

RGB

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

 GREEN value IS 48 (19.14% from 255) = 15.24%

 BLUE value IS 55 (21.88% from 255) = 17.46%

R = 67.3%
G = 15.24%
B = 17.46%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.74

 K value IS 0.17

RGB Variations

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

Color information

#D43037 (or 0xD43037) is known color: Mahogany. HEX triplet: D4, 30 and 37. RGB value is (212,48,55). Sum of RGB (Red+Green+Blue) = 212+48+55=315 (41% of max value = 765). Red value is 212 (83.20% from 255 or 67.30% from 315); Green value is 48 (19.14% from 255 or 15.24% from 315); Blue value is 55 (21.88% from 255 or 17.46% from 315); Max value from RGB is 212 - color contains mainly: red. Hex color #D43037 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D43037 is #2BCFC8. Grayscale: #616161. Windows color (decimal): -2871241 or 3616980. OLE color: 3616980.

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

Color convert

RGB 212 48 55 -
CMYK 0 0.77 0.74 0.17
HSL 357.44º 0.66% 0.51% -
HSV(B) 357.44º 0.77% 0.83% -
XYZ 28.9 16.39 5.25 -
YUV 97.83 103.83 209.43 -
System Red Green Blue C M Y K H S L
Decimal 212 48 55 0 0.77 0.74 0.17 357.44 0.66 0.51
Hex D4 30 37 0 4D 4A 11 165 42 33
Octal 324 60 67 0 115 112 21 545 102 63
Binary 11010100 110000 110111 0 1001101 1001010 10001 101100101 1000010 110011

Color Harmonies of #D43037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D43037

Black with #D43037

Text Example


Text Example

White with #D43037

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D43037; }

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

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

background-color css

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

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

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

border-color css

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

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

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