Html Css Color HEX #C14636 Grenadier

📋 copy color: '#C14636'

red 193 ◦ green 70 ◦ blue 54

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

Shades of Grenadier #C14636

Tints of Grenadier #C14636

RGB

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

 GREEN value IS 70 (27.73% from 255) = 22.08%

 BLUE value IS 54 (21.48% from 255) = 17.03%

R = 60.88%
G = 22.08%
B = 17.03%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.72

 K value IS 0.24

RGB Variations

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

Color information

#C14636 (or 0xC14636) is known color: Grenadier. HEX triplet: C1, 46 and 36. RGB value is (193,70,54). Sum of RGB (Red+Green+Blue) = 193+70+54=317 (41% of max value = 765). Red value is 193 (75.78% from 255 or 60.88% from 317); Green value is 70 (27.73% from 255 or 22.08% from 317); Blue value is 54 (21.48% from 255 or 17.03% from 317); Max value from RGB is 193 - color contains mainly: red. Hex color #C14636 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C14636 is #3EB9C9. Grayscale: #696969. Windows color (decimal): -4110794 or 3557057. OLE color: 3557057.

HSL color Cylindrical-coordinate representation of color #C14636: hue angle of 6.91º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C14636 is Cyan = 0, Magento = 0.64, Yellow = 0.72 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 70 54 -
CMYK 0 0.64 0.72 0.24
HSL 6.91º 0.56% 0.48% -
HSV(B) 6.91º 0.72% 0.76% -
XYZ 24.85 15.98 5.27 -
YUV 104.95 99.25 190.8 -
System Red Green Blue C M Y K H S L
Decimal 193 70 54 0 0.64 0.72 0.24 6.91 0.56 0.48
Hex C1 46 36 0 40 48 18 7 38 30
Octal 301 106 66 0 100 110 30 7 70 60
Binary 11000001 1000110 110110 0 1000000 1001000 11000 111 111000 110000

Color Harmonies of #C14636

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14636

Black with #C14636

Text Example


Text Example

White with #C14636

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14636; }

 p { color: rgb(193,70,54); }

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

background-color css

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

 a { background-color: rgb(193,70,54); }

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

border-color css

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

 span { border-color: rgb(193,70,54); }

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