Html Css Color HEX #C14229 Grenadier

📋 copy color: '#C14229'

red 193 ◦ green 66 ◦ blue 41

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

Shades of Grenadier #C14229

Tints of Grenadier #C14229

RGB

 RED value IS 193 (75.78% from 255) = 64.33%

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

 BLUE value IS 41 (16.41% from 255) = 13.67%

R = 64.33%
G = 22%
B = 13.67%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.79

 K value IS 0.24

RGB Variations

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

Color information

#C14229 (or 0xC14229) is known color: Grenadier. HEX triplet: C1, 42 and 29. RGB value is (193,66,41). Sum of RGB (Red+Green+Blue) = 193+66+41=300 (39% of max value = 765). Red value is 193 (75.78% from 255 or 64.33% from 300); Green value is 66 (26.17% from 255 or 22% from 300); Blue value is 41 (16.41% from 255 or 13.67% from 300); Max value from RGB is 193 - color contains mainly: red. Hex color #C14229 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C14229 is #3EBDD6. Grayscale: #656565. Windows color (decimal): -4111831 or 2704065. OLE color: 2704065.

HSL color Cylindrical-coordinate representation of color #C14229: hue angle of 9.87º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C14229 is Cyan = 0, Magento = 0.66, Yellow = 0.79 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 66 41 -
CMYK 0 0.66 0.79 0.24
HSL 9.87º 0.65% 0.46% -
HSV(B) 9.87º 0.79% 0.76% -
XYZ 24.34 15.39 3.79 -
YUV 101.12 94.08 193.53 -
System Red Green Blue C M Y K H S L
Decimal 193 66 41 0 0.66 0.79 0.24 9.87 0.65 0.46
Hex C1 42 29 0 42 4F 18 A 41 2E
Octal 301 102 51 0 102 117 30 12 101 56
Binary 11000001 1000010 101001 0 1000010 1001111 11000 1010 1000001 101110

Color Harmonies of #C14229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14229

Black with #C14229

Text Example


Text Example

White with #C14229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14229; }

 p { color: rgb(193,66,41); }

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

background-color css

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

 a { background-color: rgb(193,66,41); }

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

border-color css

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

 span { border-color: rgb(193,66,41); }

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