Html Css Color HEX #D3282C Mahogany

📋 copy color: '#D3282C'

red 211 ◦ green 40 ◦ blue 44

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

Shades of Mahogany #D3282C

Tints of Mahogany #D3282C

RGB

 RED value IS 211 (82.81% from 255) = 71.53%

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

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

R = 71.53%
G = 13.56%
B = 14.92%

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

#D3282C (or 0xD3282C) is known color: Mahogany. HEX triplet: D3, 28 and 2C. RGB value is (211,40,44). Sum of RGB (Red+Green+Blue) = 211+40+44=295 (39% of max value = 765). Red value is 211 (82.81% from 255 or 71.53% from 295); Green value is 40 (16.02% from 255 or 13.56% from 295); Blue value is 44 (17.58% from 255 or 14.92% from 295); Max value from RGB is 211 - color contains mainly: red. Hex color #D3282C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D3282C is #2CD7D3. Grayscale: #5B5B5B. Windows color (decimal): -2938836 or 2894035. OLE color: 2894035.

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

Color convert

RGB 211 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.08 15.55 3.9 -
YUV 91.59 101.15 213.17 -
System Red Green Blue C M Y K H S L
Decimal 211 40 44 0 0.81 0.79 0.17 358.6 0.68 0.49
Hex D3 28 2C 0 51 4F 11 167 44 31
Octal 323 50 54 0 121 117 21 547 104 61
Binary 11010011 101000 101100 0 1010001 1001111 10001 101100111 1000100 110001

Color Harmonies of #D3282C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3282C

Black with #D3282C

Text Example


Text Example

White with #D3282C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3282C; }

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

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

background-color css

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

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

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

border-color css

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

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

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