Html Css Color HEX #C14837 Grenadier

📋 copy color: '#C14837'

red 193 ◦ green 72 ◦ blue 55

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

Shades of Grenadier #C14837

Tints of Grenadier #C14837

RGB

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

 GREEN value IS 72 (28.52% from 255) = 22.5%

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

R = 60.31%
G = 22.5%
B = 17.19%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.72

 K value IS 0.24

RGB Variations

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

Color information

#C14837 (or 0xC14837) is known color: Grenadier. HEX triplet: C1, 48 and 37. RGB value is (193,72,55). Sum of RGB (Red+Green+Blue) = 193+72+55=320 (42% of max value = 765). Red value is 193 (75.78% from 255 or 60.31% from 320); Green value is 72 (28.52% from 255 or 22.5% from 320); Blue value is 55 (21.88% from 255 or 17.19% from 320); Max value from RGB is 193 - color contains mainly: red. Hex color #C14837 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C14837 is #3EB7C8. Grayscale: #6A6A6A. Windows color (decimal): -4110281 or 3623105. OLE color: 3623105.

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

Color convert

RGB 193 72 55 -
CMYK 0 0.63 0.72 0.24
HSL 7.39º 0.56% 0.49% -
HSV(B) 7.39º 0.72% 0.76% -
XYZ 25 16.25 5.43 -
YUV 106.24 99.09 189.88 -
System Red Green Blue C M Y K H S L
Decimal 193 72 55 0 0.63 0.72 0.24 7.39 0.56 0.49
Hex C1 48 37 0 3F 48 18 7 38 31
Octal 301 110 67 0 77 110 30 7 70 61
Binary 11000001 1001000 110111 0 111111 1001000 11000 111 111000 110001

Color Harmonies of #C14837

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14837

Black with #C14837

Text Example


Text Example

White with #C14837

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14837; }

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

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

background-color css

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

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

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

border-color css

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

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

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