Html Css Color HEX #D2282B Mahogany

📋 copy color: '#D2282B'

red 210 ◦ green 40 ◦ blue 43

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

Shades of Mahogany #D2282B

Tints of Mahogany #D2282B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 14.68%

R = 71.67%
G = 13.65%
B = 14.68%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.80

 K value IS 0.18

RGB Variations

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

Color information

#D2282B (or 0xD2282B) is known color: Mahogany. HEX triplet: D2, 28 and 2B. RGB value is (210,40,43). Sum of RGB (Red+Green+Blue) = 210+40+43=293 (38% of max value = 765). Red value is 210 (82.42% from 255 or 71.67% from 293); Green value is 40 (16.02% from 255 or 13.65% from 293); Blue value is 43 (17.19% from 255 or 14.68% from 293); Max value from RGB is 210 - color contains mainly: red. Hex color #D2282B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D2282B is #2DD7D4. Grayscale: #5B5B5B. Windows color (decimal): -3004373 or 2828498. OLE color: 2828498.

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

Color convert

RGB 210 40 43 -
CMYK 0 0.81 0.80 0.18
HSL 358.94º 0.68% 0.49% -
HSV(B) 358.94º 0.81% 0.82% -
XYZ 27.77 15.39 3.79 -
YUV 91.17 100.82 212.76 -
System Red Green Blue C M Y K H S L
Decimal 210 40 43 0 0.81 0.80 0.18 358.94 0.68 0.49
Hex D2 28 2B 0 51 50 12 167 44 31
Octal 322 50 53 0 121 120 22 547 104 61
Binary 11010010 101000 101011 0 1010001 1010000 10010 101100111 1000100 110001

Color Harmonies of #D2282B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2282B

Black with #D2282B

Text Example


Text Example

White with #D2282B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2282B; }

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

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

background-color css

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

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

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

border-color css

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

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

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