Html Css Color HEX #C4413E Grenadier

📋 copy color: '#C4413E'

red 196 ◦ green 65 ◦ blue 62

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

Shades of Grenadier #C4413E

Tints of Grenadier #C4413E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 19.2%

R = 60.68%
G = 20.12%
B = 19.2%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.68

 K value IS 0.23

RGB Variations

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

Color information

#C4413E (or 0xC4413E) is known color: Grenadier. HEX triplet: C4, 41 and 3E. RGB value is (196,65,62). Sum of RGB (Red+Green+Blue) = 196+65+62=323 (42% of max value = 765). Red value is 196 (76.95% from 255 or 60.68% from 323); Green value is 65 (25.78% from 255 or 20.12% from 323); Blue value is 62 (24.61% from 255 or 19.20% from 323); Max value from RGB is 196 - color contains mainly: red. Hex color #C4413E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C4413E is #3BBEC1. Grayscale: #676767. Windows color (decimal): -3915458 or 4080068. OLE color: 4080068.

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

Color convert

RGB 196 65 62 -
CMYK 0 0.67 0.68 0.23
HSL 1.34º 0.53% 0.51% -
HSV(B) 1.34º 0.68% 0.77% -
XYZ 25.52 15.86 6.27 -
YUV 103.83 104.4 193.74 -
System Red Green Blue C M Y K H S L
Decimal 196 65 62 0 0.67 0.68 0.23 1.34 0.53 0.51
Hex C4 41 3E 0 43 44 17 1 35 33
Octal 304 101 76 0 103 104 27 1 65 63
Binary 11000100 1000001 111110 0 1000011 1000100 10111 1 110101 110011

Color Harmonies of #C4413E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4413E

Black with #C4413E

Text Example


Text Example

White with #C4413E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4413E; }

 p { color: rgb(196,65,62); }

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

background-color css

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

 a { background-color: rgb(196,65,62); }

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

border-color css

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

 span { border-color: rgb(196,65,62); }

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