Html Css Color HEX #C14337 Grenadier

📋 copy color: '#C14337'

red 193 ◦ green 67 ◦ blue 55

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

Shades of Grenadier #C14337

Tints of Grenadier #C14337

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 17.46%

R = 61.27%
G = 21.27%
B = 17.46%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.72

 K value IS 0.24

RGB Variations

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

Color information

#C14337 (or 0xC14337) is known color: Grenadier. HEX triplet: C1, 43 and 37. RGB value is (193,67,55). Sum of RGB (Red+Green+Blue) = 193+67+55=315 (41% of max value = 765). Red value is 193 (75.78% from 255 or 61.27% from 315); Green value is 67 (26.56% from 255 or 21.27% from 315); Blue value is 55 (21.88% from 255 or 17.46% from 315); Max value from RGB is 193 - color contains mainly: red. Hex color #C14337 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C14337 is #3EBCC8. Grayscale: #676767. Windows color (decimal): -4111561 or 3621825. OLE color: 3621825.

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

Color convert

RGB 193 67 55 -
CMYK 0 0.65 0.72 0.24
HSL 5.22º 0.56% 0.49% -
HSV(B) 5.22º 0.72% 0.76% -
XYZ 24.69 15.63 5.33 -
YUV 103.31 100.74 191.98 -
System Red Green Blue C M Y K H S L
Decimal 193 67 55 0 0.65 0.72 0.24 5.22 0.56 0.49
Hex C1 43 37 0 41 48 18 5 38 31
Octal 301 103 67 0 101 110 30 5 70 61
Binary 11000001 1000011 110111 0 1000001 1001000 11000 101 111000 110001

Color Harmonies of #C14337

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14337

Black with #C14337

Text Example


Text Example

White with #C14337

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14337; }

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

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

background-color css

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

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

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

border-color css

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

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

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