Html Css Color HEX #C54D3A Grenadier

📋 copy color: '#C54D3A'

red 197 ◦ green 77 ◦ blue 58

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

Shades of Grenadier #C54D3A

Tints of Grenadier #C54D3A

RGB

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

 GREEN value IS 77 (30.47% from 255) = 23.19%

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

R = 59.34%
G = 23.19%
B = 17.47%

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

#C54D3A (or 0xC54D3A) is known color: Grenadier. HEX triplet: C5, 4D and 3A. RGB value is (197,77,58). Sum of RGB (Red+Green+Blue) = 197+77+58=332 (43% of max value = 765). Red value is 197 (77.34% from 255 or 59.34% from 332); Green value is 77 (30.47% from 255 or 23.19% from 332); Blue value is 58 (23.05% from 255 or 17.47% from 332); Max value from RGB is 197 - color contains mainly: red. Hex color #C54D3A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C54D3A is #3AB2C5. Grayscale: #6E6E6E. Windows color (decimal): -3846854 or 3820997. OLE color: 3820997.

HSL color Cylindrical-coordinate representation of color #C54D3A: hue angle of 8.2º 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 #C54D3A is Cyan = 0, Magento = 0.61, Yellow = 0.71 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 77 58 -
CMYK 0 0.61 0.71 0.23
HSL 8.2º 0.55% 0.5% -
HSV(B) 8.2º 0.71% 0.77% -
XYZ 26.44 17.48 5.98 -
YUV 110.71 98.26 189.54 -
System Red Green Blue C M Y K H S L
Decimal 197 77 58 0 0.61 0.71 0.23 8.2 0.55 0.5
Hex C5 4D 3A 0 3D 47 17 8 37 32
Octal 305 115 72 0 75 107 27 10 67 62
Binary 11000101 1001101 111010 0 111101 1000111 10111 1000 110111 110010

Color Harmonies of #C54D3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C54D3A

Black with #C54D3A

Text Example


Text Example

White with #C54D3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C54D3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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