Html Css Color HEX #C2472F Grenadier

📋 copy color: '#C2472F'

red 194 ◦ green 71 ◦ blue 47

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

Shades of Grenadier #C2472F

Tints of Grenadier #C2472F

RGB

 RED value IS 194 (76.17% from 255) = 62.18%

 GREEN value IS 71 (28.13% from 255) = 22.76%

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

R = 62.18%
G = 22.76%
B = 15.06%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.76

 K value IS 0.24

RGB Variations

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

Color information

#C2472F (or 0xC2472F) is known color: Grenadier. HEX triplet: C2, 47 and 2F. RGB value is (194,71,47). Sum of RGB (Red+Green+Blue) = 194+71+47=312 (41% of max value = 765). Red value is 194 (76.17% from 255 or 62.18% from 312); Green value is 71 (28.12% from 255 or 22.76% from 312); Blue value is 47 (18.75% from 255 or 15.06% from 312); Max value from RGB is 194 - color contains mainly: red. Hex color #C2472F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C2472F is #3DB8D0. Grayscale: #696969. Windows color (decimal): -4045009 or 3098562. OLE color: 3098562.

HSL color Cylindrical-coordinate representation of color #C2472F: hue angle of 9.8º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C2472F is Cyan = 0, Magento = 0.63, Yellow = 0.76 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 71 47 -
CMYK 0 0.63 0.76 0.24
HSL 9.8º 0.61% 0.47% -
HSV(B) 9.8º 0.76% 0.76% -
XYZ 25.01 16.18 4.49 -
YUV 105.04 95.25 191.45 -
System Red Green Blue C M Y K H S L
Decimal 194 71 47 0 0.63 0.76 0.24 9.8 0.61 0.47
Hex C2 47 2F 0 3F 4C 18 A 3D 2F
Octal 302 107 57 0 77 114 30 12 75 57
Binary 11000010 1000111 101111 0 111111 1001100 11000 1010 111101 101111

Color Harmonies of #C2472F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2472F

Black with #C2472F

Text Example


Text Example

White with #C2472F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2472F; }

 p { color: rgb(194,71,47); }

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

background-color css

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

 a { background-color: rgb(194,71,47); }

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

border-color css

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

 span { border-color: rgb(194,71,47); }

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