Html Css Color HEX #C14339 Grenadier

📋 copy color: '#C14339'

red 193 ◦ green 67 ◦ blue 57

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

Shades of Grenadier #C14339

Tints of Grenadier #C14339

RGB

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

 GREEN value IS 67 (26.56% from 255) = 21.14%

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

R = 60.88%
G = 21.14%
B = 17.98%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.70

 K value IS 0.24

RGB Variations

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

Color information

#C14339 (or 0xC14339) is known color: Grenadier. HEX triplet: C1, 43 and 39. RGB value is (193,67,57). Sum of RGB (Red+Green+Blue) = 193+67+57=317 (41% of max value = 765). Red value is 193 (75.78% from 255 or 60.88% from 317); Green value is 67 (26.56% from 255 or 21.14% from 317); Blue value is 57 (22.66% from 255 or 17.98% from 317); Max value from RGB is 193 - color contains mainly: red. Hex color #C14339 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C14339 is #3EBCC6. Grayscale: #676767. Windows color (decimal): -4111559 or 3752897. OLE color: 3752897.

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

Color convert

RGB 193 67 57 -
CMYK 0 0.65 0.70 0.24
HSL 4.41º 0.54% 0.49% -
HSV(B) 4.41º 0.7% 0.76% -
XYZ 24.74 15.65 5.59 -
YUV 103.53 101.74 191.81 -
System Red Green Blue C M Y K H S L
Decimal 193 67 57 0 0.65 0.70 0.24 4.41 0.54 0.49
Hex C1 43 39 0 41 46 18 4 36 31
Octal 301 103 71 0 101 106 30 4 66 61
Binary 11000001 1000011 111001 0 1000001 1000110 11000 100 110110 110001

Color Harmonies of #C14339

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14339

Black with #C14339

Text Example


Text Example

White with #C14339

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14339; }

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

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

background-color css

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

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

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

border-color css

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

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

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