Html Css Color HEX #C14939 Grenadier

📋 copy color: '#C14939'

red 193 ◦ green 73 ◦ blue 57

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

Shades of Grenadier #C14939

Tints of Grenadier #C14939

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 17.65%

R = 59.75%
G = 22.6%
B = 17.65%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.70

 K value IS 0.24

RGB Variations

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

Color information

#C14939 (or 0xC14939) is known color: Grenadier. HEX triplet: C1, 49 and 39. RGB value is (193,73,57). Sum of RGB (Red+Green+Blue) = 193+73+57=323 (42% of max value = 765). Red value is 193 (75.78% from 255 or 59.75% from 323); Green value is 73 (28.91% from 255 or 22.60% from 323); Blue value is 57 (22.66% from 255 or 17.65% from 323); Max value from RGB is 193 - color contains mainly: red. Hex color #C14939 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C14939 is #3EB6C6. Grayscale: #6B6B6B. Windows color (decimal): -4110023 or 3754433. OLE color: 3754433.

HSL color Cylindrical-coordinate representation of color #C14939: hue angle of 7.06º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C14939 is Cyan = 0, Magento = 0.62, Yellow = 0.70 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 73 57 -
CMYK 0 0.62 0.70 0.24
HSL 7.06º 0.54% 0.49% -
HSV(B) 7.06º 0.7% 0.76% -
XYZ 25.11 16.4 5.71 -
YUV 107.06 99.76 189.3 -
System Red Green Blue C M Y K H S L
Decimal 193 73 57 0 0.62 0.70 0.24 7.06 0.54 0.49
Hex C1 49 39 0 3E 46 18 7 36 31
Octal 301 111 71 0 76 106 30 7 66 61
Binary 11000001 1001001 111001 0 111110 1000110 11000 111 110110 110001

Color Harmonies of #C14939

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14939

Black with #C14939

Text Example


Text Example

White with #C14939

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14939; }

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

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

background-color css

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

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

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

border-color css

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

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

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