Html Css Color HEX #C14539 Grenadier

📋 copy color: '#C14539'

red 193 ◦ green 69 ◦ blue 57

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

Shades of Grenadier #C14539

Tints of Grenadier #C14539

RGB

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

 GREEN value IS 69 (27.34% from 255) = 21.63%

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

R = 60.5%
G = 21.63%
B = 17.87%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.70

 K value IS 0.24

RGB Variations

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

Color information

#C14539 (or 0xC14539) is known color: Grenadier. HEX triplet: C1, 45 and 39. RGB value is (193,69,57). Sum of RGB (Red+Green+Blue) = 193+69+57=319 (42% of max value = 765). Red value is 193 (75.78% from 255 or 60.50% from 319); Green value is 69 (27.34% from 255 or 21.63% from 319); Blue value is 57 (22.66% from 255 or 17.87% from 319); Max value from RGB is 193 - color contains mainly: red. Hex color #C14539 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C14539 is #3EBAC6. Grayscale: #686868. Windows color (decimal): -4111047 or 3753409. OLE color: 3753409.

HSL color Cylindrical-coordinate representation of color #C14539: hue angle of 5.29º 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 #C14539 is Cyan = 0, Magento = 0.64, Yellow = 0.70 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 69 57 -
CMYK 0 0.64 0.70 0.24
HSL 5.29º 0.54% 0.49% -
HSV(B) 5.29º 0.7% 0.76% -
XYZ 24.86 15.89 5.63 -
YUV 104.71 101.08 190.98 -
System Red Green Blue C M Y K H S L
Decimal 193 69 57 0 0.64 0.70 0.24 5.29 0.54 0.49
Hex C1 45 39 0 40 46 18 5 36 31
Octal 301 105 71 0 100 106 30 5 66 61
Binary 11000001 1000101 111001 0 1000000 1000110 11000 101 110110 110001

Color Harmonies of #C14539

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14539

Black with #C14539

Text Example


Text Example

White with #C14539

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14539; }

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

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

background-color css

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

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

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

border-color css

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

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

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