Html Css Color HEX #C54835 Grenadier

📋 copy color: '#C54835'

red 197 ◦ green 72 ◦ blue 53

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

Shades of Grenadier #C54835

Tints of Grenadier #C54835

RGB

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

 GREEN value IS 72 (28.52% from 255) = 22.36%

 BLUE value IS 53 (21.09% from 255) = 16.46%

R = 61.18%
G = 22.36%
B = 16.46%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.73

 K value IS 0.23

RGB Variations

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

Color information

#C54835 (or 0xC54835) is known color: Grenadier. HEX triplet: C5, 48 and 35. RGB value is (197,72,53). Sum of RGB (Red+Green+Blue) = 197+72+53=322 (42% of max value = 765). Red value is 197 (77.34% from 255 or 61.18% from 322); Green value is 72 (28.52% from 255 or 22.36% from 322); Blue value is 53 (21.09% from 255 or 16.46% from 322); Max value from RGB is 197 - color contains mainly: red. Hex color #C54835 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C54835 is #3AB7CA. Grayscale: #6B6B6B. Windows color (decimal): -3848139 or 3492037. OLE color: 3492037.

HSL color Cylindrical-coordinate representation of color #C54835: hue angle of 7.92º degrees, saturation: 0.58, 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 #C54835 is Cyan = 0, Magento = 0.63, Yellow = 0.73 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 72 53 -
CMYK 0 0.63 0.73 0.23
HSL 7.92º 0.58% 0.49% -
HSV(B) 7.92º 0.73% 0.77% -
XYZ 25.99 16.76 5.23 -
YUV 107.21 97.41 192.04 -
System Red Green Blue C M Y K H S L
Decimal 197 72 53 0 0.63 0.73 0.23 7.92 0.58 0.49
Hex C5 48 35 0 3F 49 17 8 3A 31
Octal 305 110 65 0 77 111 27 10 72 61
Binary 11000101 1001000 110101 0 111111 1001001 10111 1000 111010 110001

Color Harmonies of #C54835

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C54835

Black with #C54835

Text Example


Text Example

White with #C54835

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C54835; }

 p { color: rgb(197,72,53); }

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

background-color css

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

 a { background-color: rgb(197,72,53); }

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

border-color css

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

 span { border-color: rgb(197,72,53); }

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