Html Css Color HEX #C54034 Grenadier

📋 copy color: '#C54034'

red 197 ◦ green 64 ◦ blue 52

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

Shades of Grenadier #C54034

Tints of Grenadier #C54034

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 16.61%

R = 62.94%
G = 20.45%
B = 16.61%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.74

 K value IS 0.23

RGB Variations

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

Color information

#C54034 (or 0xC54034) is known color: Grenadier. HEX triplet: C5, 40 and 34. RGB value is (197,64,52). Sum of RGB (Red+Green+Blue) = 197+64+52=313 (41% of max value = 765). Red value is 197 (77.34% from 255 or 62.94% from 313); Green value is 64 (25.39% from 255 or 20.45% from 313); Blue value is 52 (20.70% from 255 or 16.61% from 313); Max value from RGB is 197 - color contains mainly: red. Hex color #C54034 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C54034 is #3ABFCB. Grayscale: #666666. Windows color (decimal): -3850188 or 3424453. OLE color: 3424453.

HSL color Cylindrical-coordinate representation of color #C54034: hue angle of 4.97º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C54034 is Cyan = 0, Magento = 0.68, Yellow = 0.74 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 64 52 -
CMYK 0 0.68 0.74 0.23
HSL 4.97º 0.58% 0.49% -
HSV(B) 4.97º 0.74% 0.77% -
XYZ 25.48 15.79 4.95 -
YUV 102.4 99.56 195.48 -
System Red Green Blue C M Y K H S L
Decimal 197 64 52 0 0.68 0.74 0.23 4.97 0.58 0.49
Hex C5 40 34 0 44 4A 17 5 3A 31
Octal 305 100 64 0 104 112 27 5 72 61
Binary 11000101 1000000 110100 0 1000100 1001010 10111 101 111010 110001

Color Harmonies of #C54034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C54034

Black with #C54034

Text Example


Text Example

White with #C54034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C54034; }

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

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

background-color css

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

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

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

border-color css

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

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

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