Html Css Color HEX #C8292E Mahogany

📋 copy color: '#C8292E'

red 200 ◦ green 41 ◦ blue 46

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

Shades of Mahogany #C8292E

Tints of Mahogany #C8292E

RGB

 RED value IS 200 (78.52% from 255) = 69.69%

 GREEN value IS 41 (16.41% from 255) = 14.29%

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

R = 69.69%
G = 14.29%
B = 16.03%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.77

 K value IS 0.22

RGB Variations

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

Color information

#C8292E (or 0xC8292E) is known color: Mahogany. HEX triplet: C8, 29 and 2E. RGB value is (200,41,46). Sum of RGB (Red+Green+Blue) = 200+41+46=287 (38% of max value = 765). Red value is 200 (78.52% from 255 or 69.69% from 287); Green value is 41 (16.41% from 255 or 14.29% from 287); Blue value is 46 (18.36% from 255 or 16.03% from 287); Max value from RGB is 200 - color contains mainly: red. Hex color #C8292E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C8292E is #37D6D1. Grayscale: #595959. Windows color (decimal): -3659474 or 3025352. OLE color: 3025352.

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

Color convert

RGB 200 41 46 -
CMYK 0 0.80 0.77 0.22
HSL 358.11º 0.66% 0.47% -
HSV(B) 358.11º 0.8% 0.78% -
XYZ 25.11 14.06 3.98 -
YUV 89.11 103.68 207.09 -
System Red Green Blue C M Y K H S L
Decimal 200 41 46 0 0.80 0.77 0.22 358.11 0.66 0.47
Hex C8 29 2E 0 50 4D 16 166 42 2F
Octal 310 51 56 0 120 115 26 546 102 57
Binary 11001000 101001 101110 0 1010000 1001101 10110 101100110 1000010 101111

Color Harmonies of #C8292E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8292E

Black with #C8292E

Text Example


Text Example

White with #C8292E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8292E; }

 p { color: rgb(200,41,46); }

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

background-color css

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

 a { background-color: rgb(200,41,46); }

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

border-color css

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

 span { border-color: rgb(200,41,46); }

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