Html Css Color HEX #C64F3F Grenadier

📋 copy color: '#C64F3F'

red 198 ◦ green 79 ◦ blue 63

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

Shades of Grenadier #C64F3F

Tints of Grenadier #C64F3F

RGB

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

 GREEN value IS 79 (31.25% from 255) = 23.24%

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

R = 58.24%
G = 23.24%
B = 18.53%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.68

 K value IS 0.22

RGB Variations

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

Color information

#C64F3F (or 0xC64F3F) is known color: Grenadier. HEX triplet: C6, 4F and 3F. RGB value is (198,79,63). Sum of RGB (Red+Green+Blue) = 198+79+63=340 (45% of max value = 765). Red value is 198 (77.73% from 255 or 58.24% from 340); Green value is 79 (31.25% from 255 or 23.24% from 340); Blue value is 63 (25% from 255 or 18.53% from 340); Max value from RGB is 198 - color contains mainly: red. Hex color #C64F3F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C64F3F is #39B0C0. Grayscale: #707070. Windows color (decimal): -3780801 or 4149190. OLE color: 4149190.

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

Color convert

RGB 198 79 63 -
CMYK 0 0.60 0.68 0.22
HSL 7.11º 0.54% 0.51% -
HSV(B) 7.11º 0.68% 0.78% -
XYZ 26.98 17.96 6.75 -
YUV 112.76 99.92 188.8 -
System Red Green Blue C M Y K H S L
Decimal 198 79 63 0 0.60 0.68 0.22 7.11 0.54 0.51
Hex C6 4F 3F 0 3C 44 16 7 36 33
Octal 306 117 77 0 74 104 26 7 66 63
Binary 11000110 1001111 111111 0 111100 1000100 10110 111 110110 110011

Color Harmonies of #C64F3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64F3F

Black with #C64F3F

Text Example


Text Example

White with #C64F3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64F3F; }

 p { color: rgb(198,79,63); }

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

background-color css

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

 a { background-color: rgb(198,79,63); }

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

border-color css

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

 span { border-color: rgb(198,79,63); }

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