Html Css Color HEX #C14034 Grenadier

📋 copy color: '#C14034'

red 193 ◦ green 64 ◦ blue 52

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

Shades of Grenadier #C14034

Tints of Grenadier #C14034

RGB

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

 GREEN value IS 64 (25.39% from 255) = 20.71%

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

R = 62.46%
G = 20.71%
B = 16.83%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.73

 K value IS 0.24

RGB Variations

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

Color information

#C14034 (or 0xC14034) is known color: Grenadier. HEX triplet: C1, 40 and 34. RGB value is (193,64,52). Sum of RGB (Red+Green+Blue) = 193+64+52=309 (40% of max value = 765). Red value is 193 (75.78% from 255 or 62.46% from 309); Green value is 64 (25.39% from 255 or 20.71% from 309); Blue value is 52 (20.70% from 255 or 16.83% from 309); Max value from RGB is 193 - color contains mainly: red. Hex color #C14034 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C14034 is #3EBFCB. Grayscale: #656565. Windows color (decimal): -4112332 or 3424449. OLE color: 3424449.

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

Color convert

RGB 193 64 52 -
CMYK 0 0.67 0.73 0.24
HSL 5.11º 0.58% 0.48% -
HSV(B) 5.11º 0.73% 0.76% -
XYZ 24.45 15.25 4.9 -
YUV 101.2 100.24 193.48 -
System Red Green Blue C M Y K H S L
Decimal 193 64 52 0 0.67 0.73 0.24 5.11 0.58 0.48
Hex C1 40 34 0 43 49 18 5 3A 30
Octal 301 100 64 0 103 111 30 5 72 60
Binary 11000001 1000000 110100 0 1000011 1001001 11000 101 111010 110000

Color Harmonies of #C14034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14034

Black with #C14034

Text Example


Text Example

White with #C14034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14034; }

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

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

background-color css

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

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

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

border-color css

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

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

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