Html Css Color HEX #C64031 Grenadier

📋 copy color: '#C64031'

red 198 ◦ green 64 ◦ blue 49

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

Shades of Grenadier #C64031

Tints of Grenadier #C64031

RGB

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

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

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

R = 63.67%
G = 20.58%
B = 15.76%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.75

 K value IS 0.22

RGB Variations

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

Color information

#C64031 (or 0xC64031) is known color: Grenadier. HEX triplet: C6, 40 and 31. RGB value is (198,64,49). Sum of RGB (Red+Green+Blue) = 198+64+49=311 (41% of max value = 765). Red value is 198 (77.73% from 255 or 63.67% from 311); Green value is 64 (25.39% from 255 or 20.58% from 311); Blue value is 49 (19.53% from 255 or 15.76% from 311); Max value from RGB is 198 - color contains mainly: red. Hex color #C64031 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C64031 is #39BFCE. Grayscale: #666666. Windows color (decimal): -3784655 or 3227846. OLE color: 3227846.

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

Color convert

RGB 198 64 49 -
CMYK 0 0.68 0.75 0.22
HSL 6.04º 0.6% 0.48% -
HSV(B) 6.04º 0.75% 0.78% -
XYZ 25.68 15.89 4.62 -
YUV 102.36 97.89 196.22 -
System Red Green Blue C M Y K H S L
Decimal 198 64 49 0 0.68 0.75 0.22 6.04 0.6 0.48
Hex C6 40 31 0 44 4B 16 6 3C 30
Octal 306 100 61 0 104 113 26 6 74 60
Binary 11000110 1000000 110001 0 1000100 1001011 10110 110 111100 110000

Color Harmonies of #C64031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64031

Black with #C64031

Text Example


Text Example

White with #C64031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64031; }

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

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

background-color css

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

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

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

border-color css

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

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

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