Html Css Color HEX #C5412F Grenadier

📋 copy color: '#C5412F'

red 197 ◦ green 65 ◦ blue 47

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

Shades of Grenadier #C5412F

Tints of Grenadier #C5412F

RGB

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

 GREEN value IS 65 (25.78% from 255) = 21.04%

 BLUE value IS 47 (18.75% from 255) = 15.21%

R = 63.75%
G = 21.04%
B = 15.21%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.76

 K value IS 0.23

RGB Variations

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

Color information

#C5412F (or 0xC5412F) is known color: Grenadier. HEX triplet: C5, 41 and 2F. RGB value is (197,65,47). Sum of RGB (Red+Green+Blue) = 197+65+47=309 (40% of max value = 765). Red value is 197 (77.34% from 255 or 63.75% from 309); Green value is 65 (25.78% from 255 or 21.04% from 309); Blue value is 47 (18.75% from 255 or 15.21% from 309); Max value from RGB is 197 - color contains mainly: red. Hex color #C5412F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C5412F is #3ABED0. Grayscale: #666666. Windows color (decimal): -3849937 or 3097029. OLE color: 3097029.

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

Color convert

RGB 197 65 47 -
CMYK 0 0.67 0.76 0.23
HSL 7.2º 0.61% 0.48% -
HSV(B) 7.2º 0.76% 0.77% -
XYZ 25.43 15.86 4.41 -
YUV 102.42 96.73 195.46 -
System Red Green Blue C M Y K H S L
Decimal 197 65 47 0 0.67 0.76 0.23 7.2 0.61 0.48
Hex C5 41 2F 0 43 4C 17 7 3D 30
Octal 305 101 57 0 103 114 27 7 75 60
Binary 11000101 1000001 101111 0 1000011 1001100 10111 111 111101 110000

Color Harmonies of #C5412F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5412F

Black with #C5412F

Text Example


Text Example

White with #C5412F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5412F; }

 p { color: rgb(197,65,47); }

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

background-color css

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

 a { background-color: rgb(197,65,47); }

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

border-color css

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

 span { border-color: rgb(197,65,47); }

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