Html Css Color HEX #C64131 Grenadier

📋 copy color: '#C64131'

red 198 ◦ green 65 ◦ blue 49

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

Shades of Grenadier #C64131

Tints of Grenadier #C64131

RGB

 RED value IS 198 (77.73% from 255) = 63.46%

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

 BLUE value IS 49 (19.53% from 255) = 15.71%

R = 63.46%
G = 20.83%
B = 15.71%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.75

 K value IS 0.22

RGB Variations

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

Color information

#C64131 (or 0xC64131) is known color: Grenadier. HEX triplet: C6, 41 and 31. RGB value is (198,65,49). Sum of RGB (Red+Green+Blue) = 198+65+49=312 (41% of max value = 765). Red value is 198 (77.73% from 255 or 63.46% from 312); Green value is 65 (25.78% from 255 or 20.83% from 312); Blue value is 49 (19.53% from 255 or 15.71% from 312); Max value from RGB is 198 - color contains mainly: red. Hex color #C64131 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C64131 is #39BECE. Grayscale: #676767. Windows color (decimal): -3784399 or 3228102. OLE color: 3228102.

HSL color Cylindrical-coordinate representation of color #C64131: hue angle of 6.44º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C64131 is Cyan = 0, Magento = 0.67, Yellow = 0.75 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 65 49 -
CMYK 0 0.67 0.75 0.22
HSL 6.44º 0.6% 0.48% -
HSV(B) 6.44º 0.75% 0.78% -
XYZ 25.73 16.01 4.64 -
YUV 102.94 97.56 195.8 -
System Red Green Blue C M Y K H S L
Decimal 198 65 49 0 0.67 0.75 0.22 6.44 0.6 0.48
Hex C6 41 31 0 43 4B 16 6 3C 30
Octal 306 101 61 0 103 113 26 6 74 60
Binary 11000110 1000001 110001 0 1000011 1001011 10110 110 111100 110000

Color Harmonies of #C64131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64131

Black with #C64131

Text Example


Text Example

White with #C64131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64131; }

 p { color: rgb(198,65,49); }

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

background-color css

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

 a { background-color: rgb(198,65,49); }

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

border-color css

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

 span { border-color: rgb(198,65,49); }

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