Html Css Color HEX #C5282E Mahogany

📋 copy color: '#C5282E'

red 197 ◦ green 40 ◦ blue 46

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

Shades of Mahogany #C5282E

Tints of Mahogany #C5282E

RGB

 RED value IS 197 (77.34% from 255) = 69.61%

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

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

R = 69.61%
G = 14.13%
B = 16.25%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.77

 K value IS 0.23

RGB Variations

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

Color information

#C5282E (or 0xC5282E) is known color: Mahogany. HEX triplet: C5, 28 and 2E. RGB value is (197,40,46). Sum of RGB (Red+Green+Blue) = 197+40+46=283 (37% of max value = 765). Red value is 197 (77.34% from 255 or 69.61% from 283); Green value is 40 (16.02% from 255 or 14.13% from 283); Blue value is 46 (18.36% from 255 or 16.25% from 283); Max value from RGB is 197 - color contains mainly: red. Hex color #C5282E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C5282E is #3AD7D1. Grayscale: #575757. Windows color (decimal): -3856338 or 3025093. OLE color: 3025093.

HSL color Cylindrical-coordinate representation of color #C5282E: hue angle of 357.71º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C5282E is Cyan = 0, Magento = 0.80, Yellow = 0.77 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 40 46 -
CMYK 0 0.80 0.77 0.23
HSL 357.71º 0.66% 0.46% -
HSV(B) 357.71º 0.8% 0.77% -
XYZ 24.28 13.59 3.93 -
YUV 87.63 104.51 206.01 -
System Red Green Blue C M Y K H S L
Decimal 197 40 46 0 0.80 0.77 0.23 357.71 0.66 0.46
Hex C5 28 2E 0 50 4D 17 166 42 2E
Octal 305 50 56 0 120 115 27 546 102 56
Binary 11000101 101000 101110 0 1010000 1001101 10111 101100110 1000010 101110

Color Harmonies of #C5282E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5282E

Black with #C5282E

Text Example


Text Example

White with #C5282E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5282E; }

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

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

background-color css

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

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

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

border-color css

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

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

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