Html Css Color HEX #D4282E Mahogany

📋 copy color: '#D4282E'

red 212 ◦ green 40 ◦ blue 46

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

Shades of Mahogany #D4282E

Tints of Mahogany #D4282E

RGB

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

 GREEN value IS 40 (16.02% from 255) = 13.42%

 BLUE value IS 46 (18.36% from 255) = 15.44%

R = 71.14%
G = 13.42%
B = 15.44%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.78

 K value IS 0.17

RGB Variations

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

Color information

#D4282E (or 0xD4282E) is known color: Mahogany. HEX triplet: D4, 28 and 2E. RGB value is (212,40,46). Sum of RGB (Red+Green+Blue) = 212+40+46=298 (39% of max value = 765). Red value is 212 (83.20% from 255 or 71.14% from 298); Green value is 40 (16.02% from 255 or 13.42% from 298); Blue value is 46 (18.36% from 255 or 15.44% from 298); Max value from RGB is 212 - color contains mainly: red. Hex color #D4282E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D4282E is #2BD7D1. Grayscale: #5C5C5C. Windows color (decimal): -2873298 or 3025108. OLE color: 3025108.

HSL color Cylindrical-coordinate representation of color #D4282E: hue angle of 357.91º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D4282E is Cyan = 0, Magento = 0.81, Yellow = 0.78 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 40 46 -
CMYK 0 0.81 0.78 0.17
HSL 357.91º 0.68% 0.49% -
HSV(B) 357.91º 0.81% 0.83% -
XYZ 28.4 15.71 4.12 -
YUV 92.11 101.98 213.51 -
System Red Green Blue C M Y K H S L
Decimal 212 40 46 0 0.81 0.78 0.17 357.91 0.68 0.49
Hex D4 28 2E 0 51 4E 11 166 44 31
Octal 324 50 56 0 121 116 21 546 104 61
Binary 11010100 101000 101110 0 1010001 1001110 10001 101100110 1000100 110001

Color Harmonies of #D4282E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4282E

Black with #D4282E

Text Example


Text Example

White with #D4282E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4282E; }

 p { color: rgb(212,40,46); }

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

background-color css

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

 a { background-color: rgb(212,40,46); }

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

border-color css

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

 span { border-color: rgb(212,40,46); }

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