Html Css Color HEX #C8292A Mahogany

📋 copy color: '#C8292A'

red 200 ◦ green 41 ◦ blue 42

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

Shades of Mahogany #C8292A

Tints of Mahogany #C8292A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 14.84%

R = 70.67%
G = 14.49%
B = 14.84%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.79

 K value IS 0.22

RGB Variations

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

Color information

#C8292A (or 0xC8292A) is known color: Mahogany. HEX triplet: C8, 29 and 2A. RGB value is (200,41,42). Sum of RGB (Red+Green+Blue) = 200+41+42=283 (37% of max value = 765). Red value is 200 (78.52% from 255 or 70.67% from 283); Green value is 41 (16.41% from 255 or 14.49% from 283); Blue value is 42 (16.80% from 255 or 14.84% from 283); Max value from RGB is 200 - color contains mainly: red. Hex color #C8292A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C8292A is #37D6D5. Grayscale: #585858. Windows color (decimal): -3659478 or 2763208. OLE color: 2763208.

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

Color convert

RGB 200 41 42 -
CMYK 0 0.80 0.79 0.22
HSL 359.62º 0.66% 0.47% -
HSV(B) 359.62º 0.8% 0.78% -
XYZ 25.03 14.03 3.58 -
YUV 88.66 101.68 207.42 -
System Red Green Blue C M Y K H S L
Decimal 200 41 42 0 0.80 0.79 0.22 359.62 0.66 0.47
Hex C8 29 2A 0 50 4F 16 168 42 2F
Octal 310 51 52 0 120 117 26 550 102 57
Binary 11001000 101001 101010 0 1010000 1001111 10110 101101000 1000010 101111

Color Harmonies of #C8292A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8292A

Black with #C8292A

Text Example


Text Example

White with #C8292A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8292A; }

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

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

background-color css

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

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

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

border-color css

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

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

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