Html Css Color HEX #C14835 Grenadier

📋 copy color: '#C14835'

red 193 ◦ green 72 ◦ blue 53

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

Shades of Grenadier #C14835

Tints of Grenadier #C14835

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 16.67%

R = 60.69%
G = 22.64%
B = 16.67%

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

#C14835 (or 0xC14835) is known color: Grenadier. HEX triplet: C1, 48 and 35. RGB value is (193,72,53). Sum of RGB (Red+Green+Blue) = 193+72+53=318 (42% of max value = 765). Red value is 193 (75.78% from 255 or 60.69% from 318); Green value is 72 (28.52% from 255 or 22.64% from 318); Blue value is 53 (21.09% from 255 or 16.67% from 318); Max value from RGB is 193 - color contains mainly: red. Hex color #C14835 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C14835 is #3EB7CA. Grayscale: #6A6A6A. Windows color (decimal): -4110283 or 3492033. OLE color: 3492033.

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

Color convert

RGB 193 72 53 -
CMYK 0 0.63 0.73 0.24
HSL 8.14º 0.57% 0.48% -
HSV(B) 8.14º 0.73% 0.76% -
XYZ 24.95 16.23 5.19 -
YUV 106.01 98.09 190.04 -
System Red Green Blue C M Y K H S L
Decimal 193 72 53 0 0.63 0.73 0.24 8.14 0.57 0.48
Hex C1 48 35 0 3F 49 18 8 39 30
Octal 301 110 65 0 77 111 30 10 71 60
Binary 11000001 1001000 110101 0 111111 1001001 11000 1000 111001 110000

Color Harmonies of #C14835

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14835

Black with #C14835

Text Example


Text Example

White with #C14835

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14835; }

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

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

background-color css

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

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

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

border-color css

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

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

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