Html Css Color HEX #C54231 Grenadier

📋 copy color: '#C54231'

red 197 ◦ green 66 ◦ blue 49

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

Shades of Grenadier #C54231

Tints of Grenadier #C54231

RGB

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

 GREEN value IS 66 (26.17% from 255) = 21.15%

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

R = 63.14%
G = 21.15%
B = 15.71%

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

#C54231 (or 0xC54231) is known color: Grenadier. HEX triplet: C5, 42 and 31. RGB value is (197,66,49). Sum of RGB (Red+Green+Blue) = 197+66+49=312 (41% of max value = 765). Red value is 197 (77.34% from 255 or 63.14% from 312); Green value is 66 (26.17% from 255 or 21.15% from 312); Blue value is 49 (19.53% from 255 or 15.71% from 312); Max value from RGB is 197 - color contains mainly: red. Hex color #C54231 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C54231 is #3ABDCE. Grayscale: #676767. Windows color (decimal): -3849679 or 3228357. OLE color: 3228357.

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

Color convert

RGB 197 66 49 -
CMYK 0 0.66 0.75 0.23
HSL 6.89º 0.6% 0.48% -
HSV(B) 6.89º 0.75% 0.77% -
XYZ 25.53 15.99 4.65 -
YUV 103.23 97.4 194.88 -
System Red Green Blue C M Y K H S L
Decimal 197 66 49 0 0.66 0.75 0.23 6.89 0.6 0.48
Hex C5 42 31 0 42 4B 17 7 3C 30
Octal 305 102 61 0 102 113 27 7 74 60
Binary 11000101 1000010 110001 0 1000010 1001011 10111 111 111100 110000

Color Harmonies of #C54231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C54231

Black with #C54231

Text Example


Text Example

White with #C54231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C54231; }

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

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

background-color css

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

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

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

border-color css

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

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

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