Html Css Color HEX #C54C3D Grenadier

📋 copy color: '#C54C3D'

red 197 ◦ green 76 ◦ blue 61

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

Shades of Grenadier #C54C3D

Tints of Grenadier #C54C3D

RGB

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

 GREEN value IS 76 (30.08% from 255) = 22.75%

 BLUE value IS 61 (24.22% from 255) = 18.26%

R = 58.98%
G = 22.75%
B = 18.26%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.69

 K value IS 0.23

RGB Variations

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

Color information

#C54C3D (or 0xC54C3D) is known color: Grenadier. HEX triplet: C5, 4C and 3D. RGB value is (197,76,61). Sum of RGB (Red+Green+Blue) = 197+76+61=334 (44% of max value = 765). Red value is 197 (77.34% from 255 or 58.98% from 334); Green value is 76 (30.08% from 255 or 22.75% from 334); Blue value is 61 (24.22% from 255 or 18.26% from 334); Max value from RGB is 197 - color contains mainly: red. Hex color #C54C3D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C54C3D is #3AB3C2. Grayscale: #6E6E6E. Windows color (decimal): -3847107 or 4017349. OLE color: 4017349.

HSL color Cylindrical-coordinate representation of color #C54C3D: hue angle of 6.62º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C54C3D is Cyan = 0, Magento = 0.61, Yellow = 0.69 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 76 61 -
CMYK 0 0.61 0.69 0.23
HSL 6.62º 0.54% 0.51% -
HSV(B) 6.62º 0.69% 0.77% -
XYZ 26.45 17.38 6.37 -
YUV 110.47 100.09 189.72 -
System Red Green Blue C M Y K H S L
Decimal 197 76 61 0 0.61 0.69 0.23 6.62 0.54 0.51
Hex C5 4C 3D 0 3D 45 17 7 36 33
Octal 305 114 75 0 75 105 27 7 66 63
Binary 11000101 1001100 111101 0 111101 1000101 10111 111 110110 110011

Color Harmonies of #C54C3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C54C3D

Black with #C54C3D

Text Example


Text Example

White with #C54C3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C54C3D; }

 p { color: rgb(197,76,61); }

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

background-color css

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

 a { background-color: rgb(197,76,61); }

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

border-color css

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

 span { border-color: rgb(197,76,61); }

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