Html Css Color HEX #C8282A Mahogany

📋 copy color: '#C8282A'

red 200 ◦ green 40 ◦ blue 42

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

Shades of Mahogany #C8282A

Tints of Mahogany #C8282A

RGB

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

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

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

R = 70.92%
G = 14.18%
B = 14.89%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.79

 K value IS 0.22

RGB Variations

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

Color information

#C8282A (or 0xC8282A) is known color: Mahogany. HEX triplet: C8, 28 and 2A. RGB value is (200,40,42). Sum of RGB (Red+Green+Blue) = 200+40+42=282 (37% of max value = 765). Red value is 200 (78.52% from 255 or 70.92% from 282); Green value is 40 (16.02% from 255 or 14.18% from 282); Blue value is 42 (16.80% from 255 or 14.89% from 282); Max value from RGB is 200 - color contains mainly: red. Hex color #C8282A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C8282A is #37D7D5. Grayscale: #585858. Windows color (decimal): -3659734 or 2762952. OLE color: 2762952.

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

Color convert

RGB 200 40 42 -
CMYK 0 0.8 0.79 0.22
HSL 359.25º 0.67% 0.47% -
HSV(B) 359.25º 0.8% 0.78% -
XYZ 25 13.96 3.57 -
YUV 88.07 102.01 207.84 -
System Red Green Blue C M Y K H S L
Decimal 200 40 42 0 0.8 0.79 0.22 359.25 0.67 0.47
Hex C8 28 2A 0 50 4F 16 167 43 2F
Octal 310 50 52 0 120 117 26 547 103 57
Binary 11001000 101000 101010 0 1010000 1001111 10110 101100111 1000011 101111

Color Harmonies of #C8282A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8282A

Black with #C8282A

Text Example


Text Example

White with #C8282A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8282A; }

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

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

background-color css

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

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

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

border-color css

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

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

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