Html Css Color HEX #C14C3C Grenadier

📋 copy color: '#C14C3C'

red 193 ◦ green 76 ◦ blue 60

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

Shades of Grenadier #C14C3C

Tints of Grenadier #C14C3C

RGB

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

 GREEN value IS 76 (30.08% from 255) = 23.1%

 BLUE value IS 60 (23.83% from 255) = 18.24%

R = 58.66%
G = 23.1%
B = 18.24%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.69

 K value IS 0.24

RGB Variations

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

Color information

#C14C3C (or 0xC14C3C) is known color: Grenadier. HEX triplet: C1, 4C and 3C. RGB value is (193,76,60). Sum of RGB (Red+Green+Blue) = 193+76+60=329 (43% of max value = 765). Red value is 193 (75.78% from 255 or 58.66% from 329); Green value is 76 (30.08% from 255 or 23.10% from 329); Blue value is 60 (23.83% from 255 or 18.24% from 329); Max value from RGB is 193 - color contains mainly: red. Hex color #C14C3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C14C3C is #3EB3C3. Grayscale: #6D6D6D. Windows color (decimal): -4109252 or 3951809. OLE color: 3951809.

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

Color convert

RGB 193 76 60 -
CMYK 0 0.61 0.69 0.24
HSL 7.22º 0.53% 0.5% -
HSV(B) 7.22º 0.69% 0.76% -
XYZ 25.39 16.83 6.19 -
YUV 109.16 100.26 187.8 -
System Red Green Blue C M Y K H S L
Decimal 193 76 60 0 0.61 0.69 0.24 7.22 0.53 0.5
Hex C1 4C 3C 0 3D 45 18 7 35 32
Octal 301 114 74 0 75 105 30 7 65 62
Binary 11000001 1001100 111100 0 111101 1000101 11000 111 110101 110010

Color Harmonies of #C14C3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14C3C

Black with #C14C3C

Text Example


Text Example

White with #C14C3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14C3C; }

 p { color: rgb(193,76,60); }

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

background-color css

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

 a { background-color: rgb(193,76,60); }

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

border-color css

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

 span { border-color: rgb(193,76,60); }

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