Html Css Color HEX #C5412C Grenadier

📋 copy color: '#C5412C'

red 197 ◦ green 65 ◦ blue 44

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

Shades of Grenadier #C5412C

Tints of Grenadier #C5412C

RGB

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

 GREEN value IS 65 (25.78% from 255) = 21.24%

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

R = 64.38%
G = 21.24%
B = 14.38%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.78

 K value IS 0.23

RGB Variations

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

Color information

#C5412C (or 0xC5412C) is known color: Grenadier. HEX triplet: C5, 41 and 2C. RGB value is (197,65,44). Sum of RGB (Red+Green+Blue) = 197+65+44=306 (40% of max value = 765). Red value is 197 (77.34% from 255 or 64.38% from 306); Green value is 65 (25.78% from 255 or 21.24% from 306); Blue value is 44 (17.58% from 255 or 14.38% from 306); Max value from RGB is 197 - color contains mainly: red. Hex color #C5412C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C5412C is #3ABED3. Grayscale: #666666. Windows color (decimal): -3849940 or 2900421. OLE color: 2900421.

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

Color convert

RGB 197 65 44 -
CMYK 0 0.67 0.78 0.23
HSL 8.24º 0.63% 0.47% -
HSV(B) 8.24º 0.78% 0.77% -
XYZ 25.37 15.83 4.1 -
YUV 102.07 95.23 195.71 -
System Red Green Blue C M Y K H S L
Decimal 197 65 44 0 0.67 0.78 0.23 8.24 0.63 0.47
Hex C5 41 2C 0 43 4E 17 8 3F 2F
Octal 305 101 54 0 103 116 27 10 77 57
Binary 11000101 1000001 101100 0 1000011 1001110 10111 1000 111111 101111

Color Harmonies of #C5412C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5412C

Black with #C5412C

Text Example


Text Example

White with #C5412C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5412C; }

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

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

background-color css

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

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

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

border-color css

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

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

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