Html Css Color HEX #C14934 Grenadier

📋 copy color: '#C14934'

red 193 ◦ green 73 ◦ blue 52

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

Shades of Grenadier #C14934

Tints of Grenadier #C14934

RGB

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

 GREEN value IS 73 (28.91% from 255) = 22.96%

 BLUE value IS 52 (20.7% from 255) = 16.35%

R = 60.69%
G = 22.96%
B = 16.35%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.73

 K value IS 0.24

RGB Variations

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

Color information

#C14934 (or 0xC14934) is known color: Grenadier. HEX triplet: C1, 49 and 34. RGB value is (193,73,52). Sum of RGB (Red+Green+Blue) = 193+73+52=318 (42% of max value = 765). Red value is 193 (75.78% from 255 or 60.69% from 318); Green value is 73 (28.91% from 255 or 22.96% from 318); Blue value is 52 (20.70% from 255 or 16.35% from 318); Max value from RGB is 193 - color contains mainly: red. Hex color #C14934 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C14934 is #3EB6CB. Grayscale: #6A6A6A. Windows color (decimal): -4110028 or 3426753. OLE color: 3426753.

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

Color convert

RGB 193 73 52 -
CMYK 0 0.62 0.73 0.24
HSL 8.94º 0.58% 0.48% -
HSV(B) 8.94º 0.73% 0.76% -
XYZ 24.99 16.35 5.09 -
YUV 106.49 97.26 189.71 -
System Red Green Blue C M Y K H S L
Decimal 193 73 52 0 0.62 0.73 0.24 8.94 0.58 0.48
Hex C1 49 34 0 3E 49 18 9 3A 30
Octal 301 111 64 0 76 111 30 11 72 60
Binary 11000001 1001001 110100 0 111110 1001001 11000 1001 111010 110000

Color Harmonies of #C14934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14934

Black with #C14934

Text Example


Text Example

White with #C14934

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14934; }

 p { color: rgb(193,73,52); }

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

background-color css

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

 a { background-color: rgb(193,73,52); }

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

border-color css

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

 span { border-color: rgb(193,73,52); }

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