Html Css Color HEX #C54035 Grenadier

📋 copy color: '#C54035'

red 197 ◦ green 64 ◦ blue 53

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

Shades of Grenadier #C54035

Tints of Grenadier #C54035

RGB

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

 GREEN value IS 64 (25.39% from 255) = 20.38%

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

R = 62.74%
G = 20.38%
B = 16.88%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.73

 K value IS 0.23

RGB Variations

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

Color information

#C54035 (or 0xC54035) is known color: Grenadier. HEX triplet: C5, 40 and 35. RGB value is (197,64,53). Sum of RGB (Red+Green+Blue) = 197+64+53=314 (41% of max value = 765). Red value is 197 (77.34% from 255 or 62.74% from 314); Green value is 64 (25.39% from 255 or 20.38% from 314); Blue value is 53 (21.09% from 255 or 16.88% from 314); Max value from RGB is 197 - color contains mainly: red. Hex color #C54035 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C54035 is #3ABFCA. Grayscale: #666666. Windows color (decimal): -3850187 or 3489989. OLE color: 3489989.

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

Color convert

RGB 197 64 53 -
CMYK 0 0.68 0.73 0.23
HSL 4.58º 0.58% 0.49% -
HSV(B) 4.58º 0.73% 0.77% -
XYZ 25.5 15.79 5.07 -
YUV 102.51 100.06 195.39 -
System Red Green Blue C M Y K H S L
Decimal 197 64 53 0 0.68 0.73 0.23 4.58 0.58 0.49
Hex C5 40 35 0 44 49 17 5 3A 31
Octal 305 100 65 0 104 111 27 5 72 61
Binary 11000101 1000000 110101 0 1000100 1001001 10111 101 111010 110001

Color Harmonies of #C54035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C54035

Black with #C54035

Text Example


Text Example

White with #C54035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C54035; }

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

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

background-color css

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

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

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

border-color css

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

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

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