Html Css Color HEX #C6412F Grenadier

📋 copy color: '#C6412F'

red 198 ◦ green 65 ◦ blue 47

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

Shades of Grenadier #C6412F

Tints of Grenadier #C6412F

RGB

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

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

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

R = 63.87%
G = 20.97%
B = 15.16%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.76

 K value IS 0.22

RGB Variations

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

Color information

#C6412F (or 0xC6412F) is known color: Grenadier. HEX triplet: C6, 41 and 2F. RGB value is (198,65,47). Sum of RGB (Red+Green+Blue) = 198+65+47=310 (41% of max value = 765). Red value is 198 (77.73% from 255 or 63.87% from 310); Green value is 65 (25.78% from 255 or 20.97% from 310); Blue value is 47 (18.75% from 255 or 15.16% from 310); Max value from RGB is 198 - color contains mainly: red. Hex color #C6412F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C6412F is #39BED0. Grayscale: #666666. Windows color (decimal): -3784401 or 3097030. OLE color: 3097030.

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

Color convert

RGB 198 65 47 -
CMYK 0 0.67 0.76 0.22
HSL 7.15º 0.62% 0.48% -
HSV(B) 7.15º 0.76% 0.78% -
XYZ 25.69 15.99 4.42 -
YUV 102.72 96.56 195.96 -
System Red Green Blue C M Y K H S L
Decimal 198 65 47 0 0.67 0.76 0.22 7.15 0.62 0.48
Hex C6 41 2F 0 43 4C 16 7 3E 30
Octal 306 101 57 0 103 114 26 7 76 60
Binary 11000110 1000001 101111 0 1000011 1001100 10110 111 111110 110000

Color Harmonies of #C6412F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6412F

Black with #C6412F

Text Example


Text Example

White with #C6412F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6412F; }

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

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

background-color css

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

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

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

border-color css

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

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

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