Html Css Color HEX #C14734 Grenadier

📋 copy color: '#C14734'

red 193 ◦ green 71 ◦ blue 52

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

Shades of Grenadier #C14734

Tints of Grenadier #C14734

RGB

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

 GREEN value IS 71 (28.13% from 255) = 22.47%

 BLUE value IS 52 (20.7% from 255) = 16.46%

R = 61.08%
G = 22.47%
B = 16.46%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.73

 K value IS 0.24

RGB Variations

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

Color information

#C14734 (or 0xC14734) is known color: Grenadier. HEX triplet: C1, 47 and 34. RGB value is (193,71,52). Sum of RGB (Red+Green+Blue) = 193+71+52=316 (41% of max value = 765). Red value is 193 (75.78% from 255 or 61.08% from 316); Green value is 71 (28.12% from 255 or 22.47% from 316); Blue value is 52 (20.70% from 255 or 16.46% from 316); Max value from RGB is 193 - color contains mainly: red. Hex color #C14734 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C14734 is #3EB8CB. Grayscale: #696969. Windows color (decimal): -4110540 or 3426241. OLE color: 3426241.

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

Color convert

RGB 193 71 52 -
CMYK 0 0.63 0.73 0.24
HSL 8.09º 0.58% 0.48% -
HSV(B) 8.09º 0.73% 0.76% -
XYZ 24.87 16.09 5.04 -
YUV 105.31 97.92 190.54 -
System Red Green Blue C M Y K H S L
Decimal 193 71 52 0 0.63 0.73 0.24 8.09 0.58 0.48
Hex C1 47 34 0 3F 49 18 8 3A 30
Octal 301 107 64 0 77 111 30 10 72 60
Binary 11000001 1000111 110100 0 111111 1001001 11000 1000 111010 110000

Color Harmonies of #C14734

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14734

Black with #C14734

Text Example


Text Example

White with #C14734

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14734; }

 p { color: rgb(193,71,52); }

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

background-color css

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

 a { background-color: rgb(193,71,52); }

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

border-color css

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

 span { border-color: rgb(193,71,52); }

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