Html Css Color HEX #C8282E Mahogany

📋 copy color: '#C8282E'

red 200 ◦ green 40 ◦ blue 46

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

Shades of Mahogany #C8282E

Tints of Mahogany #C8282E

RGB

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

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

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

R = 69.93%
G = 13.99%
B = 16.08%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.77

 K value IS 0.22

RGB Variations

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

Color information

#C8282E (or 0xC8282E) is known color: Mahogany. HEX triplet: C8, 28 and 2E. RGB value is (200,40,46). Sum of RGB (Red+Green+Blue) = 200+40+46=286 (37% of max value = 765). Red value is 200 (78.52% from 255 or 69.93% from 286); Green value is 40 (16.02% from 255 or 13.99% from 286); Blue value is 46 (18.36% from 255 or 16.08% from 286); Max value from RGB is 200 - color contains mainly: red. Hex color #C8282E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C8282E is #37D7D1. Grayscale: #585858. Windows color (decimal): -3659730 or 3025096. OLE color: 3025096.

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

Color convert

RGB 200 40 46 -
CMYK 0 0.8 0.77 0.22
HSL 357.75º 0.67% 0.47% -
HSV(B) 357.75º 0.8% 0.78% -
XYZ 25.07 13.99 3.96 -
YUV 88.52 104.01 207.51 -
System Red Green Blue C M Y K H S L
Decimal 200 40 46 0 0.8 0.77 0.22 357.75 0.67 0.47
Hex C8 28 2E 0 50 4D 16 166 43 2F
Octal 310 50 56 0 120 115 26 546 103 57
Binary 11001000 101000 101110 0 1010000 1001101 10110 101100110 1000011 101111

Color Harmonies of #C8282E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8282E

Black with #C8282E

Text Example


Text Example

White with #C8282E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8282E; }

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

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

background-color css

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

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

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

border-color css

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

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

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