Html Css Color HEX #C14F3E Grenadier

📋 copy color: '#C14F3E'

red 193 ◦ green 79 ◦ blue 62

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

Shades of Grenadier #C14F3E

Tints of Grenadier #C14F3E

RGB

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

 GREEN value IS 79 (31.25% from 255) = 23.65%

 BLUE value IS 62 (24.61% from 255) = 18.56%

R = 57.78%
G = 23.65%
B = 18.56%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.68

 K value IS 0.24

RGB Variations

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

Color information

#C14F3E (or 0xC14F3E) is known color: Grenadier. HEX triplet: C1, 4F and 3E. RGB value is (193,79,62). Sum of RGB (Red+Green+Blue) = 193+79+62=334 (44% of max value = 765). Red value is 193 (75.78% from 255 or 57.78% from 334); Green value is 79 (31.25% from 255 or 23.65% from 334); Blue value is 62 (24.61% from 255 or 18.56% from 334); Max value from RGB is 193 - color contains mainly: red. Hex color #C14F3E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C14F3E is #3EB0C1. Grayscale: #6F6F6F. Windows color (decimal): -4108482 or 4083649. OLE color: 4083649.

HSL color Cylindrical-coordinate representation of color #C14F3E: hue angle of 7.79º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C14F3E is Cyan = 0, Magento = 0.59, Yellow = 0.68 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 79 62 -
CMYK 0 0.59 0.68 0.24
HSL 7.79º 0.51% 0.5% -
HSV(B) 7.79º 0.68% 0.76% -
XYZ 25.66 17.28 6.54 -
YUV 111.15 100.27 186.38 -
System Red Green Blue C M Y K H S L
Decimal 193 79 62 0 0.59 0.68 0.24 7.79 0.51 0.5
Hex C1 4F 3E 0 3B 44 18 8 33 32
Octal 301 117 76 0 73 104 30 10 63 62
Binary 11000001 1001111 111110 0 111011 1000100 11000 1000 110011 110010

Color Harmonies of #C14F3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14F3E

Black with #C14F3E

Text Example


Text Example

White with #C14F3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14F3E; }

 p { color: rgb(193,79,62); }

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

background-color css

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

 a { background-color: rgb(193,79,62); }

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

border-color css

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

 span { border-color: rgb(193,79,62); }

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