Html Css Color HEX #C54535 Grenadier

📋 copy color: '#C54535'

red 197 ◦ green 69 ◦ blue 53

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

Shades of Grenadier #C54535

Tints of Grenadier #C54535

RGB

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

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

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

R = 61.76%
G = 21.63%
B = 16.61%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.73

 K value IS 0.23

RGB Variations

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

Color information

#C54535 (or 0xC54535) is known color: Grenadier. HEX triplet: C5, 45 and 35. RGB value is (197,69,53). Sum of RGB (Red+Green+Blue) = 197+69+53=319 (42% of max value = 765). Red value is 197 (77.34% from 255 or 61.76% from 319); Green value is 69 (27.34% from 255 or 21.63% from 319); Blue value is 53 (21.09% from 255 or 16.61% from 319); Max value from RGB is 197 - color contains mainly: red. Hex color #C54535 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C54535 is #3ABACA. Grayscale: #696969. Windows color (decimal): -3848907 or 3491269. OLE color: 3491269.

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

Color convert

RGB 197 69 53 -
CMYK 0 0.65 0.73 0.23
HSL 6.67º 0.58% 0.49% -
HSV(B) 6.67º 0.73% 0.77% -
XYZ 25.8 16.38 5.17 -
YUV 105.45 98.41 193.3 -
System Red Green Blue C M Y K H S L
Decimal 197 69 53 0 0.65 0.73 0.23 6.67 0.58 0.49
Hex C5 45 35 0 41 49 17 7 3A 31
Octal 305 105 65 0 101 111 27 7 72 61
Binary 11000101 1000101 110101 0 1000001 1001001 10111 111 111010 110001

Color Harmonies of #C54535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C54535

Black with #C54535

Text Example


Text Example

White with #C54535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C54535; }

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

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

background-color css

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

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

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

border-color css

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

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

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