Html Css Color HEX #C54F40 Grenadier

📋 copy color: '#C54F40'

red 197 ◦ green 79 ◦ blue 64

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

Shades of Grenadier #C54F40

Tints of Grenadier #C54F40

RGB

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

 GREEN value IS 79 (31.25% from 255) = 23.24%

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

R = 57.94%
G = 23.24%
B = 18.82%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.68

 K value IS 0.23

RGB Variations

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

Color information

#C54F40 (or 0xC54F40) is known color: Grenadier. HEX triplet: C5, 4F and 40. RGB value is (197,79,64). Sum of RGB (Red+Green+Blue) = 197+79+64=340 (45% of max value = 765). Red value is 197 (77.34% from 255 or 57.94% from 340); Green value is 79 (31.25% from 255 or 23.24% from 340); Blue value is 64 (25.39% from 255 or 18.82% from 340); Max value from RGB is 197 - color contains mainly: red. Hex color #C54F40 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C54F40 is #3AB0BF. Grayscale: #707070. Windows color (decimal): -3846336 or 4214725. OLE color: 4214725.

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

Color convert

RGB 197 79 64 -
CMYK 0 0.60 0.68 0.23
HSL 6.77º 0.53% 0.51% -
HSV(B) 6.77º 0.68% 0.77% -
XYZ 26.75 17.83 6.88 -
YUV 112.57 100.59 188.22 -
System Red Green Blue C M Y K H S L
Decimal 197 79 64 0 0.60 0.68 0.23 6.77 0.53 0.51
Hex C5 4F 40 0 3C 44 17 7 35 33
Octal 305 117 100 0 74 104 27 7 65 63
Binary 11000101 1001111 1000000 0 111100 1000100 10111 111 110101 110011

Color Harmonies of #C54F40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C54F40

Black with #C54F40

Text Example


Text Example

White with #C54F40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C54F40; }

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

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

background-color css

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

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

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

border-color css

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

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

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