Html Css Color HEX #C54331 Grenadier

📋 copy color: '#C54331'

red 197 ◦ green 67 ◦ blue 49

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

Shades of Grenadier #C54331

Tints of Grenadier #C54331

RGB

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

 GREEN value IS 67 (26.56% from 255) = 21.41%

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

R = 62.94%
G = 21.41%
B = 15.65%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.75

 K value IS 0.23

RGB Variations

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

Color information

#C54331 (or 0xC54331) is known color: Grenadier. HEX triplet: C5, 43 and 31. RGB value is (197,67,49). Sum of RGB (Red+Green+Blue) = 197+67+49=313 (41% of max value = 765). Red value is 197 (77.34% from 255 or 62.94% from 313); Green value is 67 (26.56% from 255 or 21.41% from 313); Blue value is 49 (19.53% from 255 or 15.65% from 313); Max value from RGB is 197 - color contains mainly: red. Hex color #C54331 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C54331 is #3ABCCE. Grayscale: #686868. Windows color (decimal): -3849423 or 3228613. OLE color: 3228613.

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

Color convert

RGB 197 67 49 -
CMYK 0 0.66 0.75 0.23
HSL 7.3º 0.6% 0.48% -
HSV(B) 7.3º 0.75% 0.77% -
XYZ 25.59 16.11 4.67 -
YUV 103.82 97.07 194.46 -
System Red Green Blue C M Y K H S L
Decimal 197 67 49 0 0.66 0.75 0.23 7.3 0.6 0.48
Hex C5 43 31 0 42 4B 17 7 3C 30
Octal 305 103 61 0 102 113 27 7 74 60
Binary 11000101 1000011 110001 0 1000010 1001011 10111 111 111100 110000

Color Harmonies of #C54331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C54331

Black with #C54331

Text Example


Text Example

White with #C54331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C54331; }

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

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

background-color css

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

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

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

border-color css

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

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

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