Html Css Color HEX #C54C3A Grenadier

📋 copy color: '#C54C3A'

red 197 ◦ green 76 ◦ blue 58

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

Shades of Grenadier #C54C3A

Tints of Grenadier #C54C3A

RGB

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

 GREEN value IS 76 (30.08% from 255) = 22.96%

 BLUE value IS 58 (23.05% from 255) = 17.52%

R = 59.52%
G = 22.96%
B = 17.52%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.71

 K value IS 0.23

RGB Variations

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

Color information

#C54C3A (or 0xC54C3A) is known color: Grenadier. HEX triplet: C5, 4C and 3A. RGB value is (197,76,58). Sum of RGB (Red+Green+Blue) = 197+76+58=331 (43% of max value = 765). Red value is 197 (77.34% from 255 or 59.52% from 331); Green value is 76 (30.08% from 255 or 22.96% from 331); Blue value is 58 (23.05% from 255 or 17.52% from 331); Max value from RGB is 197 - color contains mainly: red. Hex color #C54C3A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C54C3A is #3AB3C5. Grayscale: #6E6E6E. Windows color (decimal): -3847110 or 3820741. OLE color: 3820741.

HSL color Cylindrical-coordinate representation of color #C54C3A: hue angle of 7.77º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C54C3A is Cyan = 0, Magento = 0.61, Yellow = 0.71 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 76 58 -
CMYK 0 0.61 0.71 0.23
HSL 7.77º 0.55% 0.5% -
HSV(B) 7.77º 0.71% 0.77% -
XYZ 26.37 17.34 5.96 -
YUV 110.13 98.59 189.96 -
System Red Green Blue C M Y K H S L
Decimal 197 76 58 0 0.61 0.71 0.23 7.77 0.55 0.5
Hex C5 4C 3A 0 3D 47 17 8 37 32
Octal 305 114 72 0 75 107 27 10 67 62
Binary 11000101 1001100 111010 0 111101 1000111 10111 1000 110111 110010

Color Harmonies of #C54C3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C54C3A

Black with #C54C3A

Text Example


Text Example

White with #C54C3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C54C3A; }

 p { color: rgb(197,76,58); }

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

background-color css

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

 a { background-color: rgb(197,76,58); }

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

border-color css

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

 span { border-color: rgb(197,76,58); }

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