Html Css Color HEX #C4422F Grenadier

📋 copy color: '#C4422F'

red 196 ◦ green 66 ◦ blue 47

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

Shades of Grenadier #C4422F

Tints of Grenadier #C4422F

RGB

 RED value IS 196 (76.95% from 255) = 63.43%

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

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

R = 63.43%
G = 21.36%
B = 15.21%

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

#C4422F (or 0xC4422F) is known color: Grenadier. HEX triplet: C4, 42 and 2F. RGB value is (196,66,47). Sum of RGB (Red+Green+Blue) = 196+66+47=309 (40% of max value = 765). Red value is 196 (76.95% from 255 or 63.43% from 309); Green value is 66 (26.17% from 255 or 21.36% from 309); Blue value is 47 (18.75% from 255 or 15.21% from 309); Max value from RGB is 196 - color contains mainly: red. Hex color #C4422F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C4422F is #3BBDD0. Grayscale: #666666. Windows color (decimal): -3915217 or 3097284. OLE color: 3097284.

HSL color Cylindrical-coordinate representation of color #C4422F: hue angle of 7.65º 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 #C4422F is Cyan = 0, Magento = 0.66, Yellow = 0.76 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 66 47 -
CMYK 0 0.66 0.76 0.23
HSL 7.65º 0.61% 0.48% -
HSV(B) 7.65º 0.76% 0.77% -
XYZ 25.23 15.84 4.42 -
YUV 102.7 96.57 194.54 -
System Red Green Blue C M Y K H S L
Decimal 196 66 47 0 0.66 0.76 0.23 7.65 0.61 0.48
Hex C4 42 2F 0 42 4C 17 8 3D 30
Octal 304 102 57 0 102 114 27 10 75 60
Binary 11000100 1000010 101111 0 1000010 1001100 10111 1000 111101 110000

Color Harmonies of #C4422F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4422F

Black with #C4422F

Text Example


Text Example

White with #C4422F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4422F; }

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

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

background-color css

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

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

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

border-color css

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

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

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