Html Css Color HEX #C14733 Grenadier

📋 copy color: '#C14733'

red 193 ◦ green 71 ◦ blue 51

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

Shades of Grenadier #C14733

Tints of Grenadier #C14733

RGB

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

 GREEN value IS 71 (28.13% from 255) = 22.54%

 BLUE value IS 51 (20.31% from 255) = 16.19%

R = 61.27%
G = 22.54%
B = 16.19%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.74

 K value IS 0.24

RGB Variations

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

Color information

#C14733 (or 0xC14733) is known color: Grenadier. HEX triplet: C1, 47 and 33. RGB value is (193,71,51). Sum of RGB (Red+Green+Blue) = 193+71+51=315 (41% of max value = 765). Red value is 193 (75.78% from 255 or 61.27% from 315); Green value is 71 (28.12% from 255 or 22.54% from 315); Blue value is 51 (20.31% from 255 or 16.19% from 315); Max value from RGB is 193 - color contains mainly: red. Hex color #C14733 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C14733 is #3EB8CC. Grayscale: #696969. Windows color (decimal): -4110541 or 3360705. OLE color: 3360705.

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

Color convert

RGB 193 71 51 -
CMYK 0 0.63 0.74 0.24
HSL 8.45º 0.58% 0.48% -
HSV(B) 8.45º 0.74% 0.76% -
XYZ 24.84 16.08 4.93 -
YUV 105.2 97.42 190.63 -
System Red Green Blue C M Y K H S L
Decimal 193 71 51 0 0.63 0.74 0.24 8.45 0.58 0.48
Hex C1 47 33 0 3F 4A 18 8 3A 30
Octal 301 107 63 0 77 112 30 10 72 60
Binary 11000001 1000111 110011 0 111111 1001010 11000 1000 111010 110000

Color Harmonies of #C14733

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14733

Black with #C14733

Text Example


Text Example

White with #C14733

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14733; }

 p { color: rgb(193,71,51); }

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

background-color css

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

 a { background-color: rgb(193,71,51); }

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

border-color css

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

 span { border-color: rgb(193,71,51); }

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