Html Css Color HEX #D4282C Mahogany

📋 copy color: '#D4282C'

red 212 ◦ green 40 ◦ blue 44

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

Shades of Mahogany #D4282C

Tints of Mahogany #D4282C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 14.86%

R = 71.62%
G = 13.51%
B = 14.86%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.79

 K value IS 0.17

RGB Variations

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

Color information

#D4282C (or 0xD4282C) is known color: Mahogany. HEX triplet: D4, 28 and 2C. RGB value is (212,40,44). Sum of RGB (Red+Green+Blue) = 212+40+44=296 (39% of max value = 765). Red value is 212 (83.20% from 255 or 71.62% from 296); Green value is 40 (16.02% from 255 or 13.51% from 296); Blue value is 44 (17.58% from 255 or 14.86% from 296); Max value from RGB is 212 - color contains mainly: red. Hex color #D4282C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D4282C is #2BD7D3. Grayscale: #5C5C5C. Windows color (decimal): -2873300 or 2894036. OLE color: 2894036.

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

Color convert

RGB 212 40 44 -
CMYK 0 0.81 0.79 0.17
HSL 358.6º 0.68% 0.49% -
HSV(B) 358.6º 0.81% 0.83% -
XYZ 28.36 15.7 3.92 -
YUV 91.88 100.98 213.67 -
System Red Green Blue C M Y K H S L
Decimal 212 40 44 0 0.81 0.79 0.17 358.6 0.68 0.49
Hex D4 28 2C 0 51 4F 11 167 44 31
Octal 324 50 54 0 121 117 21 547 104 61
Binary 11010100 101000 101100 0 1010001 1001111 10001 101100111 1000100 110001

Color Harmonies of #D4282C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4282C

Black with #D4282C

Text Example


Text Example

White with #D4282C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4282C; }

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

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

background-color css

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

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

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

border-color css

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

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

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