Html Css Color HEX #C5422F Grenadier

📋 copy color: '#C5422F'

red 197 ◦ green 66 ◦ blue 47

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

Shades of Grenadier #C5422F

Tints of Grenadier #C5422F

RGB

 RED value IS 197 (77.34% from 255) = 63.55%

 GREEN value IS 66 (26.17% from 255) = 21.29%

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

R = 63.55%
G = 21.29%
B = 15.16%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.76

 K value IS 0.23

RGB Variations

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

Color information

#C5422F (or 0xC5422F) is known color: Grenadier. HEX triplet: C5, 42 and 2F. RGB value is (197,66,47). Sum of RGB (Red+Green+Blue) = 197+66+47=310 (41% of max value = 765). Red value is 197 (77.34% from 255 or 63.55% from 310); Green value is 66 (26.17% from 255 or 21.29% from 310); Blue value is 47 (18.75% from 255 or 15.16% from 310); Max value from RGB is 197 - color contains mainly: red. Hex color #C5422F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C5422F is #3ABDD0. Grayscale: #676767. Windows color (decimal): -3849681 or 3097285. OLE color: 3097285.

HSL color Cylindrical-coordinate representation of color #C5422F: hue angle of 7.6º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C5422F is Cyan = 0, Magento = 0.66, Yellow = 0.76 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 66 47 -
CMYK 0 0.66 0.76 0.23
HSL 7.6º 0.61% 0.48% -
HSV(B) 7.6º 0.76% 0.77% -
XYZ 25.49 15.97 4.43 -
YUV 103 96.4 195.04 -
System Red Green Blue C M Y K H S L
Decimal 197 66 47 0 0.66 0.76 0.23 7.6 0.61 0.48
Hex C5 42 2F 0 42 4C 17 8 3D 30
Octal 305 102 57 0 102 114 27 10 75 60
Binary 11000101 1000010 101111 0 1000010 1001100 10111 1000 111101 110000

Color Harmonies of #C5422F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5422F

Black with #C5422F

Text Example


Text Example

White with #C5422F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5422F; }

 p { color: rgb(197,66,47); }

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

background-color css

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

 a { background-color: rgb(197,66,47); }

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

border-color css

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

 span { border-color: rgb(197,66,47); }

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