Html Css Color HEX #C54237 Grenadier

📋 copy color: '#C54237'

red 197 ◦ green 66 ◦ blue 55

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

Shades of Grenadier #C54237

Tints of Grenadier #C54237

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 17.3%

R = 61.95%
G = 20.75%
B = 17.3%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.72

 K value IS 0.23

RGB Variations

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

Color information

#C54237 (or 0xC54237) is known color: Grenadier. HEX triplet: C5, 42 and 37. RGB value is (197,66,55). Sum of RGB (Red+Green+Blue) = 197+66+55=318 (42% of max value = 765). Red value is 197 (77.34% from 255 or 61.95% from 318); Green value is 66 (26.17% from 255 or 20.75% from 318); Blue value is 55 (21.88% from 255 or 17.30% from 318); Max value from RGB is 197 - color contains mainly: red. Hex color #C54237 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C54237 is #3ABDC8. Grayscale: #686868. Windows color (decimal): -3849673 or 3621573. OLE color: 3621573.

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

Color convert

RGB 197 66 55 -
CMYK 0 0.66 0.72 0.23
HSL 4.65º 0.56% 0.49% -
HSV(B) 4.65º 0.72% 0.77% -
XYZ 25.66 16.04 5.36 -
YUV 103.92 100.4 194.39 -
System Red Green Blue C M Y K H S L
Decimal 197 66 55 0 0.66 0.72 0.23 4.65 0.56 0.49
Hex C5 42 37 0 42 48 17 5 38 31
Octal 305 102 67 0 102 110 27 5 70 61
Binary 11000101 1000010 110111 0 1000010 1001000 10111 101 111000 110001

Color Harmonies of #C54237

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C54237

Black with #C54237

Text Example


Text Example

White with #C54237

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C54237; }

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

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

background-color css

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

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

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

border-color css

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

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

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