Html Css Color HEX #D43E45 Mahogany

📋 copy color: '#D43E45'

red 212 ◦ green 62 ◦ blue 69

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

Shades of Mahogany #D43E45

Tints of Mahogany #D43E45

RGB

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

 GREEN value IS 62 (24.61% from 255) = 18.08%

 BLUE value IS 69 (27.34% from 255) = 20.12%

R = 61.81%
G = 18.08%
B = 20.12%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.67

 K value IS 0.17

RGB Variations

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

Color information

#D43E45 (or 0xD43E45) is known color: Mahogany. HEX triplet: D4, 3E and 45. RGB value is (212,62,69). Sum of RGB (Red+Green+Blue) = 212+62+69=343 (45% of max value = 765). Red value is 212 (83.20% from 255 or 61.81% from 343); Green value is 62 (24.61% from 255 or 18.08% from 343); Blue value is 69 (27.34% from 255 or 20.12% from 343); Max value from RGB is 212 - color contains mainly: red. Hex color #D43E45 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D43E45 is #2BC1BA. Grayscale: #6B6B6B. Windows color (decimal): -2867643 or 4538068. OLE color: 4538068.

HSL color Cylindrical-coordinate representation of color #D43E45: hue angle of 357.2º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D43E45 is Cyan = 0, Magento = 0.71, Yellow = 0.67 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 62 69 -
CMYK 0 0.71 0.67 0.17
HSL 357.2º 0.64% 0.54% -
HSV(B) 357.2º 0.71% 0.83% -
XYZ 29.95 17.87 7.5 -
YUV 107.65 106.2 202.43 -
System Red Green Blue C M Y K H S L
Decimal 212 62 69 0 0.71 0.67 0.17 357.2 0.64 0.54
Hex D4 3E 45 0 47 43 11 165 40 36
Octal 324 76 105 0 107 103 21 545 100 66
Binary 11010100 111110 1000101 0 1000111 1000011 10001 101100101 1000000 110110

Color Harmonies of #D43E45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D43E45

Black with #D43E45

Text Example


Text Example

White with #D43E45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D43E45; }

 p { color: rgb(212,62,69); }

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

background-color css

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

 a { background-color: rgb(212,62,69); }

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

border-color css

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

 span { border-color: rgb(212,62,69); }

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