Html Css Color HEX #C54037 Grenadier

📋 copy color: '#C54037'

red 197 ◦ green 64 ◦ blue 55

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

Shades of Grenadier #C54037

Tints of Grenadier #C54037

RGB

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

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

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

R = 62.34%
G = 20.25%
B = 17.41%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.72

 K value IS 0.23

RGB Variations

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

Color information

#C54037 (or 0xC54037) is known color: Grenadier. HEX triplet: C5, 40 and 37. RGB value is (197,64,55). Sum of RGB (Red+Green+Blue) = 197+64+55=316 (41% of max value = 765). Red value is 197 (77.34% from 255 or 62.34% from 316); Green value is 64 (25.39% from 255 or 20.25% from 316); Blue value is 55 (21.88% from 255 or 17.41% from 316); Max value from RGB is 197 - color contains mainly: red. Hex color #C54037 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C54037 is #3ABFC8. Grayscale: #666666. Windows color (decimal): -3850185 or 3621061. OLE color: 3621061.

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

Color convert

RGB 197 64 55 -
CMYK 0 0.68 0.72 0.23
HSL 3.8º 0.56% 0.49% -
HSV(B) 3.8º 0.72% 0.77% -
XYZ 25.55 15.81 5.32 -
YUV 102.74 101.06 195.23 -
System Red Green Blue C M Y K H S L
Decimal 197 64 55 0 0.68 0.72 0.23 3.8 0.56 0.49
Hex C5 40 37 0 44 48 17 4 38 31
Octal 305 100 67 0 104 110 27 4 70 61
Binary 11000101 1000000 110111 0 1000100 1001000 10111 100 111000 110001

Color Harmonies of #C54037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C54037

Black with #C54037

Text Example


Text Example

White with #C54037

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C54037; }

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

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

background-color css

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

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

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

border-color css

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

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

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