Html Css Color HEX #C54031 Grenadier

📋 copy color: '#C54031'

red 197 ◦ green 64 ◦ blue 49

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

Shades of Grenadier #C54031

Tints of Grenadier #C54031

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 15.81%

R = 63.55%
G = 20.65%
B = 15.81%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.75

 K value IS 0.23

RGB Variations

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

Color information

#C54031 (or 0xC54031) is known color: Grenadier. HEX triplet: C5, 40 and 31. RGB value is (197,64,49). Sum of RGB (Red+Green+Blue) = 197+64+49=310 (41% of max value = 765). Red value is 197 (77.34% from 255 or 63.55% from 310); Green value is 64 (25.39% from 255 or 20.65% from 310); Blue value is 49 (19.53% from 255 or 15.81% from 310); Max value from RGB is 197 - color contains mainly: red. Hex color #C54031 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C54031 is #3ABFCE. Grayscale: #666666. Windows color (decimal): -3850191 or 3227845. OLE color: 3227845.

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

Color convert

RGB 197 64 49 -
CMYK 0 0.68 0.75 0.23
HSL 6.08º 0.6% 0.48% -
HSV(B) 6.08º 0.75% 0.77% -
XYZ 25.41 15.76 4.61 -
YUV 102.06 98.06 195.72 -
System Red Green Blue C M Y K H S L
Decimal 197 64 49 0 0.68 0.75 0.23 6.08 0.6 0.48
Hex C5 40 31 0 44 4B 17 6 3C 30
Octal 305 100 61 0 104 113 27 6 74 60
Binary 11000101 1000000 110001 0 1000100 1001011 10111 110 111100 110000

Color Harmonies of #C54031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C54031

Black with #C54031

Text Example


Text Example

White with #C54031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C54031; }

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

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

background-color css

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

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

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

border-color css

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

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

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