Html Css Color HEX #C5402C Grenadier

📋 copy color: '#C5402C'

red 197 ◦ green 64 ◦ blue 44

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

Shades of Grenadier #C5402C

Tints of Grenadier #C5402C

RGB

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

 GREEN value IS 64 (25.39% from 255) = 20.98%

 BLUE value IS 44 (17.58% from 255) = 14.43%

R = 64.59%
G = 20.98%
B = 14.43%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.78

 K value IS 0.23

RGB Variations

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

Color information

#C5402C (or 0xC5402C) is known color: Grenadier. HEX triplet: C5, 40 and 2C. RGB value is (197,64,44). Sum of RGB (Red+Green+Blue) = 197+64+44=305 (40% of max value = 765). Red value is 197 (77.34% from 255 or 64.59% from 305); Green value is 64 (25.39% from 255 or 20.98% from 305); Blue value is 44 (17.58% from 255 or 14.43% from 305); Max value from RGB is 197 - color contains mainly: red. Hex color #C5402C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C5402C is #3ABFD3. Grayscale: #656565. Windows color (decimal): -3850196 or 2900165. OLE color: 2900165.

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

Color convert

RGB 197 64 44 -
CMYK 0 0.68 0.78 0.23
HSL 7.84º 0.63% 0.47% -
HSV(B) 7.84º 0.78% 0.77% -
XYZ 25.31 15.72 4.08 -
YUV 101.49 95.56 196.13 -
System Red Green Blue C M Y K H S L
Decimal 197 64 44 0 0.68 0.78 0.23 7.84 0.63 0.47
Hex C5 40 2C 0 44 4E 17 8 3F 2F
Octal 305 100 54 0 104 116 27 10 77 57
Binary 11000101 1000000 101100 0 1000100 1001110 10111 1000 111111 101111

Color Harmonies of #C5402C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5402C

Black with #C5402C

Text Example


Text Example

White with #C5402C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5402C; }

 p { color: rgb(197,64,44); }

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

background-color css

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

 a { background-color: rgb(197,64,44); }

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

border-color css

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

 span { border-color: rgb(197,64,44); }

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