Html Css Color HEX #C5422D Grenadier

📋 copy color: '#C5422D'

red 197 ◦ green 66 ◦ blue 45

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

Shades of Grenadier #C5422D

Tints of Grenadier #C5422D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 14.61%

R = 63.96%
G = 21.43%
B = 14.61%

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

#C5422D (or 0xC5422D) is known color: Grenadier. HEX triplet: C5, 42 and 2D. RGB value is (197,66,45). Sum of RGB (Red+Green+Blue) = 197+66+45=308 (40% of max value = 765). Red value is 197 (77.34% from 255 or 63.96% from 308); Green value is 66 (26.17% from 255 or 21.43% from 308); Blue value is 45 (17.97% from 255 or 14.61% from 308); Max value from RGB is 197 - color contains mainly: red. Hex color #C5422D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C5422D is #3ABDD2. Grayscale: #666666. Windows color (decimal): -3849683 or 2966213. OLE color: 2966213.

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

Color convert

RGB 197 66 45 -
CMYK 0 0.66 0.77 0.23
HSL 8.29º 0.63% 0.47% -
HSV(B) 8.29º 0.77% 0.77% -
XYZ 25.45 15.96 4.22 -
YUV 102.78 95.4 195.21 -
System Red Green Blue C M Y K H S L
Decimal 197 66 45 0 0.66 0.77 0.23 8.29 0.63 0.47
Hex C5 42 2D 0 42 4D 17 8 3F 2F
Octal 305 102 55 0 102 115 27 10 77 57
Binary 11000101 1000010 101101 0 1000010 1001101 10111 1000 111111 101111

Color Harmonies of #C5422D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5422D

Black with #C5422D

Text Example


Text Example

White with #C5422D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5422D; }

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

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

background-color css

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

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

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

border-color css

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

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

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