Html Css Color HEX #C7282C Mahogany

📋 copy color: '#C7282C'

red 199 ◦ green 40 ◦ blue 44

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

Shades of Mahogany #C7282C

Tints of Mahogany #C7282C

RGB

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

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

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

R = 70.32%
G = 14.13%
B = 15.55%

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

#C7282C (or 0xC7282C) is known color: Mahogany. HEX triplet: C7, 28 and 2C. RGB value is (199,40,44). Sum of RGB (Red+Green+Blue) = 199+40+44=283 (37% of max value = 765). Red value is 199 (78.12% from 255 or 70.32% from 283); Green value is 40 (16.02% from 255 or 14.13% from 283); Blue value is 44 (17.58% from 255 or 15.55% from 283); Max value from RGB is 199 - color contains mainly: red. Hex color #C7282C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C7282C is #38D7D3. Grayscale: #585858. Windows color (decimal): -3725268 or 2894023. OLE color: 2894023.

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

Color convert

RGB 199 40 44 -
CMYK 0 0.80 0.78 0.22
HSL 358.49º 0.67% 0.47% -
HSV(B) 358.49º 0.8% 0.78% -
XYZ 24.77 13.84 3.75 -
YUV 88 103.18 207.17 -
System Red Green Blue C M Y K H S L
Decimal 199 40 44 0 0.80 0.78 0.22 358.49 0.67 0.47
Hex C7 28 2C 0 50 4E 16 166 43 2F
Octal 307 50 54 0 120 116 26 546 103 57
Binary 11000111 101000 101100 0 1010000 1001110 10110 101100110 1000011 101111

Color Harmonies of #C7282C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7282C

Black with #C7282C

Text Example


Text Example

White with #C7282C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7282C; }

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

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

background-color css

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

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

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

border-color css

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

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

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