Html Css Color HEX #C14834 Grenadier

📋 copy color: '#C14834'

red 193 ◦ green 72 ◦ blue 52

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

Shades of Grenadier #C14834

Tints of Grenadier #C14834

RGB

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

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

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

R = 60.88%
G = 22.71%
B = 16.4%

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

#C14834 (or 0xC14834) is known color: Grenadier. HEX triplet: C1, 48 and 34. RGB value is (193,72,52). Sum of RGB (Red+Green+Blue) = 193+72+52=317 (41% of max value = 765). Red value is 193 (75.78% from 255 or 60.88% from 317); Green value is 72 (28.52% from 255 or 22.71% from 317); Blue value is 52 (20.70% from 255 or 16.40% from 317); Max value from RGB is 193 - color contains mainly: red. Hex color #C14834 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C14834 is #3EB7CB. Grayscale: #6A6A6A. Windows color (decimal): -4110284 or 3426497. OLE color: 3426497.

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

Color convert

RGB 193 72 52 -
CMYK 0 0.63 0.73 0.24
HSL 8.51º 0.58% 0.48% -
HSV(B) 8.51º 0.73% 0.76% -
XYZ 24.93 16.22 5.07 -
YUV 105.9 97.59 190.13 -
System Red Green Blue C M Y K H S L
Decimal 193 72 52 0 0.63 0.73 0.24 8.51 0.58 0.48
Hex C1 48 34 0 3F 49 18 9 3A 30
Octal 301 110 64 0 77 111 30 11 72 60
Binary 11000001 1001000 110100 0 111111 1001001 11000 1001 111010 110000

Color Harmonies of #C14834

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14834

Black with #C14834

Text Example


Text Example

White with #C14834

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14834; }

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

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

background-color css

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

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

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

border-color css

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

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

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