Html Css Color HEX #C14930 Grenadier

📋 copy color: '#C14930'

red 193 ◦ green 73 ◦ blue 48

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

Shades of Grenadier #C14930

Tints of Grenadier #C14930

RGB

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

 GREEN value IS 73 (28.91% from 255) = 23.25%

 BLUE value IS 48 (19.14% from 255) = 15.29%

R = 61.46%
G = 23.25%
B = 15.29%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.75

 K value IS 0.24

RGB Variations

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

Color information

#C14930 (or 0xC14930) is known color: Grenadier. HEX triplet: C1, 49 and 30. RGB value is (193,73,48). Sum of RGB (Red+Green+Blue) = 193+73+48=314 (41% of max value = 765). Red value is 193 (75.78% from 255 or 61.46% from 314); Green value is 73 (28.91% from 255 or 23.25% from 314); Blue value is 48 (19.14% from 255 or 15.29% from 314); Max value from RGB is 193 - color contains mainly: red. Hex color #C14930 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C14930 is #3EB6CF. Grayscale: #6A6A6A. Windows color (decimal): -4110032 or 3164609. OLE color: 3164609.

HSL color Cylindrical-coordinate representation of color #C14930: hue angle of 10.34º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C14930 is Cyan = 0, Magento = 0.62, Yellow = 0.75 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 73 48 -
CMYK 0 0.62 0.75 0.24
HSL 10.34º 0.6% 0.47% -
HSV(B) 10.34º 0.75% 0.76% -
XYZ 24.91 16.32 4.63 -
YUV 106.03 95.26 190.03 -
System Red Green Blue C M Y K H S L
Decimal 193 73 48 0 0.62 0.75 0.24 10.34 0.6 0.47
Hex C1 49 30 0 3E 4B 18 A 3C 2F
Octal 301 111 60 0 76 113 30 12 74 57
Binary 11000001 1001001 110000 0 111110 1001011 11000 1010 111100 101111

Color Harmonies of #C14930

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14930

Black with #C14930

Text Example


Text Example

White with #C14930

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14930; }

 p { color: rgb(193,73,48); }

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

background-color css

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

 a { background-color: rgb(193,73,48); }

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

border-color css

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

 span { border-color: rgb(193,73,48); }

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