Html Css Color HEX #D4282D Mahogany

📋 copy color: '#D4282D'

red 212 ◦ green 40 ◦ blue 45

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

Shades of Mahogany #D4282D

Tints of Mahogany #D4282D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 15.15%

R = 71.38%
G = 13.47%
B = 15.15%

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

#D4282D (or 0xD4282D) is known color: Mahogany. HEX triplet: D4, 28 and 2D. RGB value is (212,40,45). Sum of RGB (Red+Green+Blue) = 212+40+45=297 (39% of max value = 765). Red value is 212 (83.20% from 255 or 71.38% from 297); Green value is 40 (16.02% from 255 or 13.47% from 297); Blue value is 45 (17.97% from 255 or 15.15% from 297); Max value from RGB is 212 - color contains mainly: red. Hex color #D4282D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D4282D is #2BD7D2. Grayscale: #5C5C5C. Windows color (decimal): -2873299 or 2959572. OLE color: 2959572.

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

Color convert

RGB 212 40 45 -
CMYK 0 0.81 0.79 0.17
HSL 358.26º 0.68% 0.49% -
HSV(B) 358.26º 0.81% 0.83% -
XYZ 28.38 15.7 4.02 -
YUV 92 101.48 213.59 -
System Red Green Blue C M Y K H S L
Decimal 212 40 45 0 0.81 0.79 0.17 358.26 0.68 0.49
Hex D4 28 2D 0 51 4F 11 166 44 31
Octal 324 50 55 0 121 117 21 546 104 61
Binary 11010100 101000 101101 0 1010001 1001111 10001 101100110 1000100 110001

Color Harmonies of #D4282D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4282D

Black with #D4282D

Text Example


Text Example

White with #D4282D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4282D; }

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

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

background-color css

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

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

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

border-color css

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

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

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