Html Css Color HEX #C14331 Grenadier

📋 copy color: '#C14331'

red 193 ◦ green 67 ◦ blue 49

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

Shades of Grenadier #C14331

Tints of Grenadier #C14331

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 15.86%

R = 62.46%
G = 21.68%
B = 15.86%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.75

 K value IS 0.24

RGB Variations

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

Color information

#C14331 (or 0xC14331) is known color: Grenadier. HEX triplet: C1, 43 and 31. RGB value is (193,67,49). Sum of RGB (Red+Green+Blue) = 193+67+49=309 (40% of max value = 765). Red value is 193 (75.78% from 255 or 62.46% from 309); Green value is 67 (26.56% from 255 or 21.68% from 309); Blue value is 49 (19.53% from 255 or 15.86% from 309); Max value from RGB is 193 - color contains mainly: red. Hex color #C14331 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C14331 is #3EBCCE. Grayscale: #666666. Windows color (decimal): -4111567 or 3228609. OLE color: 3228609.

HSL color Cylindrical-coordinate representation of color #C14331: hue angle of 7.5º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C14331 is Cyan = 0, Magento = 0.65, Yellow = 0.75 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 67 49 -
CMYK 0 0.65 0.75 0.24
HSL 7.5º 0.6% 0.47% -
HSV(B) 7.5º 0.75% 0.76% -
XYZ 24.55 15.57 4.62 -
YUV 102.62 97.74 192.46 -
System Red Green Blue C M Y K H S L
Decimal 193 67 49 0 0.65 0.75 0.24 7.5 0.6 0.47
Hex C1 43 31 0 41 4B 18 8 3C 2F
Octal 301 103 61 0 101 113 30 10 74 57
Binary 11000001 1000011 110001 0 1000001 1001011 11000 1000 111100 101111

Color Harmonies of #C14331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14331

Black with #C14331

Text Example


Text Example

White with #C14331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14331; }

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

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

background-color css

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

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

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

border-color css

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

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

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