Html Css Color HEX #C5513F Grenadier

📋 copy color: '#C5513F'

red 197 ◦ green 81 ◦ blue 63

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

Shades of Grenadier #C5513F

Tints of Grenadier #C5513F

RGB

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

 GREEN value IS 81 (32.03% from 255) = 23.75%

 BLUE value IS 63 (25% from 255) = 18.48%

R = 57.77%
G = 23.75%
B = 18.48%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.68

 K value IS 0.23

RGB Variations

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

Color information

#C5513F (or 0xC5513F) is known color: Grenadier. HEX triplet: C5, 51 and 3F. RGB value is (197,81,63). Sum of RGB (Red+Green+Blue) = 197+81+63=341 (45% of max value = 765). Red value is 197 (77.34% from 255 or 57.77% from 341); Green value is 81 (32.03% from 255 or 23.75% from 341); Blue value is 63 (25% from 255 or 18.48% from 341); Max value from RGB is 197 - color contains mainly: red. Hex color #C5513F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C5513F is #3AAEC0. Grayscale: #717171. Windows color (decimal): -3845825 or 4149701. OLE color: 4149701.

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

Color convert

RGB 197 81 63 -
CMYK 0 0.59 0.68 0.23
HSL 8.06º 0.54% 0.51% -
HSV(B) 8.06º 0.68% 0.77% -
XYZ 26.87 18.11 6.78 -
YUV 113.63 99.43 187.46 -
System Red Green Blue C M Y K H S L
Decimal 197 81 63 0 0.59 0.68 0.23 8.06 0.54 0.51
Hex C5 51 3F 0 3B 44 17 8 36 33
Octal 305 121 77 0 73 104 27 10 66 63
Binary 11000101 1010001 111111 0 111011 1000100 10111 1000 110110 110011

Color Harmonies of #C5513F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5513F

Black with #C5513F

Text Example


Text Example

White with #C5513F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5513F; }

 p { color: rgb(197,81,63); }

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

background-color css

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

 a { background-color: rgb(197,81,63); }

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

border-color css

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

 span { border-color: rgb(197,81,63); }

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