Html Css Color HEX #C55240 Grenadier

📋 copy color: '#C55240'

red 197 ◦ green 82 ◦ blue 64

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

Shades of Grenadier #C55240

Tints of Grenadier #C55240

RGB

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

 GREEN value IS 82 (32.42% from 255) = 23.91%

 BLUE value IS 64 (25.39% from 255) = 18.66%

R = 57.43%
G = 23.91%
B = 18.66%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.68

 K value IS 0.23

RGB Variations

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

Color information

#C55240 (or 0xC55240) is known color: Grenadier. HEX triplet: C5, 52 and 40. RGB value is (197,82,64). Sum of RGB (Red+Green+Blue) = 197+82+64=343 (45% of max value = 765). Red value is 197 (77.34% from 255 or 57.43% from 343); Green value is 82 (32.42% from 255 or 23.91% from 343); Blue value is 64 (25.39% from 255 or 18.66% from 343); Max value from RGB is 197 - color contains mainly: red. Hex color #C55240 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C55240 is #3AADBF. Grayscale: #727272. Windows color (decimal): -3845568 or 4215493. OLE color: 4215493.

HSL color Cylindrical-coordinate representation of color #C55240: hue angle of 8.12º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C55240 is Cyan = 0, Magento = 0.58, Yellow = 0.68 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 82 64 -
CMYK 0 0.58 0.68 0.23
HSL 8.12º 0.53% 0.51% -
HSV(B) 8.12º 0.68% 0.77% -
XYZ 26.97 18.28 6.96 -
YUV 114.33 99.6 186.96 -
System Red Green Blue C M Y K H S L
Decimal 197 82 64 0 0.58 0.68 0.23 8.12 0.53 0.51
Hex C5 52 40 0 3A 44 17 8 35 33
Octal 305 122 100 0 72 104 27 10 65 63
Binary 11000101 1010010 1000000 0 111010 1000100 10111 1000 110101 110011

Color Harmonies of #C55240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55240

Black with #C55240

Text Example


Text Example

White with #C55240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55240; }

 p { color: rgb(197,82,64); }

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

background-color css

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

 a { background-color: rgb(197,82,64); }

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

border-color css

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

 span { border-color: rgb(197,82,64); }

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