Html Css Color HEX #C7282B Mahogany

📋 copy color: '#C7282B'

red 199 ◦ green 40 ◦ blue 43

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

Shades of Mahogany #C7282B

Tints of Mahogany #C7282B

RGB

 RED value IS 199 (78.13% from 255) = 70.57%

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

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

R = 70.57%
G = 14.18%
B = 15.25%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.78

 K value IS 0.22

RGB Variations

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

Color information

#C7282B (or 0xC7282B) is known color: Mahogany. HEX triplet: C7, 28 and 2B. RGB value is (199,40,43). Sum of RGB (Red+Green+Blue) = 199+40+43=282 (37% of max value = 765). Red value is 199 (78.12% from 255 or 70.57% from 282); Green value is 40 (16.02% from 255 or 14.18% from 282); Blue value is 43 (17.19% from 255 or 15.25% from 282); Max value from RGB is 199 - color contains mainly: red. Hex color #C7282B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C7282B is #38D7D4. Grayscale: #585858. Windows color (decimal): -3725269 or 2828487. OLE color: 2828487.

HSL color Cylindrical-coordinate representation of color #C7282B: hue angle of 358.87º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C7282B is Cyan = 0, Magento = 0.80, Yellow = 0.78 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 40 43 -
CMYK 0 0.80 0.78 0.22
HSL 358.87º 0.67% 0.47% -
HSV(B) 358.87º 0.8% 0.78% -
XYZ 24.75 13.83 3.65 -
YUV 87.88 102.68 207.26 -
System Red Green Blue C M Y K H S L
Decimal 199 40 43 0 0.80 0.78 0.22 358.87 0.67 0.47
Hex C7 28 2B 0 50 4E 16 167 43 2F
Octal 307 50 53 0 120 116 26 547 103 57
Binary 11000111 101000 101011 0 1010000 1001110 10110 101100111 1000011 101111

Color Harmonies of #C7282B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7282B

Black with #C7282B

Text Example


Text Example

White with #C7282B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7282B; }

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

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

background-color css

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

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

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

border-color css

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

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

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