Html Css Color HEX #D2282E Mahogany

📋 copy color: '#D2282E'

red 210 ◦ green 40 ◦ blue 46

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

Shades of Mahogany #D2282E

Tints of Mahogany #D2282E

RGB

 RED value IS 210 (82.42% from 255) = 70.95%

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

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

R = 70.95%
G = 13.51%
B = 15.54%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.78

 K value IS 0.18

RGB Variations

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

Color information

#D2282E (or 0xD2282E) is known color: Mahogany. HEX triplet: D2, 28 and 2E. RGB value is (210,40,46). Sum of RGB (Red+Green+Blue) = 210+40+46=296 (39% of max value = 765). Red value is 210 (82.42% from 255 or 70.95% from 296); Green value is 40 (16.02% from 255 or 13.51% from 296); Blue value is 46 (18.36% from 255 or 15.54% from 296); Max value from RGB is 210 - color contains mainly: red. Hex color #D2282E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D2282E is #2DD7D1. Grayscale: #5B5B5B. Windows color (decimal): -3004370 or 3025106. OLE color: 3025106.

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

Color convert

RGB 210 40 46 -
CMYK 0 0.81 0.78 0.18
HSL 357.88º 0.68% 0.49% -
HSV(B) 357.88º 0.81% 0.82% -
XYZ 27.83 15.42 4.09 -
YUV 91.51 102.32 212.51 -
System Red Green Blue C M Y K H S L
Decimal 210 40 46 0 0.81 0.78 0.18 357.88 0.68 0.49
Hex D2 28 2E 0 51 4E 12 166 44 31
Octal 322 50 56 0 121 116 22 546 104 61
Binary 11010010 101000 101110 0 1010001 1001110 10010 101100110 1000100 110001

Color Harmonies of #D2282E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2282E

Black with #D2282E

Text Example


Text Example

White with #D2282E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2282E; }

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

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

background-color css

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

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

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

border-color css

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

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

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