Html Css Color HEX #C54236 Grenadier

📋 copy color: '#C54236'

red 197 ◦ green 66 ◦ blue 54

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

Shades of Grenadier #C54236

Tints of Grenadier #C54236

RGB

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

 GREEN value IS 66 (26.17% from 255) = 20.82%

 BLUE value IS 54 (21.48% from 255) = 17.03%

R = 62.15%
G = 20.82%
B = 17.03%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.73

 K value IS 0.23

RGB Variations

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

Color information

#C54236 (or 0xC54236) is known color: Grenadier. HEX triplet: C5, 42 and 36. RGB value is (197,66,54). Sum of RGB (Red+Green+Blue) = 197+66+54=317 (41% of max value = 765). Red value is 197 (77.34% from 255 or 62.15% from 317); Green value is 66 (26.17% from 255 or 20.82% from 317); Blue value is 54 (21.48% from 255 or 17.03% from 317); Max value from RGB is 197 - color contains mainly: red. Hex color #C54236 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C54236 is #3ABDC9. Grayscale: #676767. Windows color (decimal): -3849674 or 3556037. OLE color: 3556037.

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

Color convert

RGB 197 66 54 -
CMYK 0 0.66 0.73 0.23
HSL 5.03º 0.57% 0.49% -
HSV(B) 5.03º 0.73% 0.77% -
XYZ 25.64 16.03 5.23 -
YUV 103.8 99.9 194.48 -
System Red Green Blue C M Y K H S L
Decimal 197 66 54 0 0.66 0.73 0.23 5.03 0.57 0.49
Hex C5 42 36 0 42 49 17 5 39 31
Octal 305 102 66 0 102 111 27 5 71 61
Binary 11000101 1000010 110110 0 1000010 1001001 10111 101 111001 110001

Color Harmonies of #C54236

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C54236

Black with #C54236

Text Example


Text Example

White with #C54236

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C54236; }

 p { color: rgb(197,66,54); }

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

background-color css

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

 a { background-color: rgb(197,66,54); }

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

border-color css

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

 span { border-color: rgb(197,66,54); }

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