Html Css Color HEX #C14836 Grenadier

📋 copy color: '#C14836'

red 193 ◦ green 72 ◦ blue 54

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

Shades of Grenadier #C14836

Tints of Grenadier #C14836

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 16.93%

R = 60.5%
G = 22.57%
B = 16.93%

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

#C14836 (or 0xC14836) is known color: Grenadier. HEX triplet: C1, 48 and 36. RGB value is (193,72,54). Sum of RGB (Red+Green+Blue) = 193+72+54=319 (42% of max value = 765). Red value is 193 (75.78% from 255 or 60.50% from 319); Green value is 72 (28.52% from 255 or 22.57% from 319); Blue value is 54 (21.48% from 255 or 16.93% from 319); Max value from RGB is 193 - color contains mainly: red. Hex color #C14836 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C14836 is #3EB7C9. Grayscale: #6A6A6A. Windows color (decimal): -4110282 or 3557569. OLE color: 3557569.

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

Color convert

RGB 193 72 54 -
CMYK 0 0.63 0.72 0.24
HSL 7.77º 0.56% 0.48% -
HSV(B) 7.77º 0.72% 0.76% -
XYZ 24.98 16.24 5.31 -
YUV 106.13 98.59 189.96 -
System Red Green Blue C M Y K H S L
Decimal 193 72 54 0 0.63 0.72 0.24 7.77 0.56 0.48
Hex C1 48 36 0 3F 48 18 8 38 30
Octal 301 110 66 0 77 110 30 10 70 60
Binary 11000001 1001000 110110 0 111111 1001000 11000 1000 111000 110000

Color Harmonies of #C14836

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14836

Black with #C14836

Text Example


Text Example

White with #C14836

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14836; }

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

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

background-color css

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

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

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

border-color css

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

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

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