Html Css Color HEX #C5422E Grenadier

📋 copy color: '#C5422E'

red 197 ◦ green 66 ◦ blue 46

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

Shades of Grenadier #C5422E

Tints of Grenadier #C5422E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 14.89%

R = 63.75%
G = 21.36%
B = 14.89%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.77

 K value IS 0.23

RGB Variations

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

Color information

#C5422E (or 0xC5422E) is known color: Grenadier. HEX triplet: C5, 42 and 2E. RGB value is (197,66,46). Sum of RGB (Red+Green+Blue) = 197+66+46=309 (40% of max value = 765). Red value is 197 (77.34% from 255 or 63.75% from 309); Green value is 66 (26.17% from 255 or 21.36% from 309); Blue value is 46 (18.36% from 255 or 14.89% from 309); Max value from RGB is 197 - color contains mainly: red. Hex color #C5422E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C5422E is #3ABDD1. Grayscale: #676767. Windows color (decimal): -3849682 or 3031749. OLE color: 3031749.

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

Color convert

RGB 197 66 46 -
CMYK 0 0.66 0.77 0.23
HSL 7.95º 0.62% 0.48% -
HSV(B) 7.95º 0.77% 0.77% -
XYZ 25.47 15.96 4.32 -
YUV 102.89 95.9 195.13 -
System Red Green Blue C M Y K H S L
Decimal 197 66 46 0 0.66 0.77 0.23 7.95 0.62 0.48
Hex C5 42 2E 0 42 4D 17 8 3E 30
Octal 305 102 56 0 102 115 27 10 76 60
Binary 11000101 1000010 101110 0 1000010 1001101 10111 1000 111110 110000

Color Harmonies of #C5422E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5422E

Black with #C5422E

Text Example


Text Example

White with #C5422E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5422E; }

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

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

background-color css

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

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

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

border-color css

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

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

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