Html Css Color HEX #C54539 Grenadier

📋 copy color: '#C54539'

red 197 ◦ green 69 ◦ blue 57

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

Shades of Grenadier #C54539

Tints of Grenadier #C54539

RGB

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

 GREEN value IS 69 (27.34% from 255) = 21.36%

 BLUE value IS 57 (22.66% from 255) = 17.65%

R = 60.99%
G = 21.36%
B = 17.65%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.71

 K value IS 0.23

RGB Variations

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

Color information

#C54539 (or 0xC54539) is known color: Grenadier. HEX triplet: C5, 45 and 39. RGB value is (197,69,57). Sum of RGB (Red+Green+Blue) = 197+69+57=323 (42% of max value = 765). Red value is 197 (77.34% from 255 or 60.99% from 323); Green value is 69 (27.34% from 255 or 21.36% from 323); Blue value is 57 (22.66% from 255 or 17.65% from 323); Max value from RGB is 197 - color contains mainly: red. Hex color #C54539 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C54539 is #3ABAC6. Grayscale: #6A6A6A. Windows color (decimal): -3848903 or 3753413. OLE color: 3753413.

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

Color convert

RGB 197 69 57 -
CMYK 0 0.65 0.71 0.23
HSL 5.14º 0.55% 0.5% -
HSV(B) 5.14º 0.71% 0.77% -
XYZ 25.89 16.42 5.68 -
YUV 105.9 100.41 192.98 -
System Red Green Blue C M Y K H S L
Decimal 197 69 57 0 0.65 0.71 0.23 5.14 0.55 0.5
Hex C5 45 39 0 41 47 17 5 37 32
Octal 305 105 71 0 101 107 27 5 67 62
Binary 11000101 1000101 111001 0 1000001 1000111 10111 101 110111 110010

Color Harmonies of #C54539

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C54539

Black with #C54539

Text Example


Text Example

White with #C54539

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C54539; }

 p { color: rgb(197,69,57); }

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

background-color css

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

 a { background-color: rgb(197,69,57); }

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

border-color css

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

 span { border-color: rgb(197,69,57); }

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