Html Css Color HEX #C14537 Grenadier

📋 copy color: '#C14537'

red 193 ◦ green 69 ◦ blue 55

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

Shades of Grenadier #C14537

Tints of Grenadier #C14537

RGB

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

 GREEN value IS 69 (27.34% from 255) = 21.77%

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

R = 60.88%
G = 21.77%
B = 17.35%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.72

 K value IS 0.24

RGB Variations

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

Color information

#C14537 (or 0xC14537) is known color: Grenadier. HEX triplet: C1, 45 and 37. RGB value is (193,69,55). Sum of RGB (Red+Green+Blue) = 193+69+55=317 (41% of max value = 765). Red value is 193 (75.78% from 255 or 60.88% from 317); Green value is 69 (27.34% from 255 or 21.77% from 317); Blue value is 55 (21.88% from 255 or 17.35% from 317); Max value from RGB is 193 - color contains mainly: red. Hex color #C14537 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C14537 is #3EBAC8. Grayscale: #686868. Windows color (decimal): -4111049 or 3622337. OLE color: 3622337.

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

Color convert

RGB 193 69 55 -
CMYK 0 0.64 0.72 0.24
HSL 6.09º 0.56% 0.49% -
HSV(B) 6.09º 0.72% 0.76% -
XYZ 24.81 15.87 5.37 -
YUV 104.48 100.08 191.14 -
System Red Green Blue C M Y K H S L
Decimal 193 69 55 0 0.64 0.72 0.24 6.09 0.56 0.49
Hex C1 45 37 0 40 48 18 6 38 31
Octal 301 105 67 0 100 110 30 6 70 61
Binary 11000001 1000101 110111 0 1000000 1001000 11000 110 111000 110001

Color Harmonies of #C14537

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14537

Black with #C14537

Text Example


Text Example

White with #C14537

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14537; }

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

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

background-color css

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

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

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

border-color css

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

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

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