Html Css Color HEX #C14029 Grenadier

📋 copy color: '#C14029'

red 193 ◦ green 64 ◦ blue 41

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

Shades of Grenadier #C14029

Tints of Grenadier #C14029

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 13.76%

R = 64.77%
G = 21.48%
B = 13.76%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.79

 K value IS 0.24

RGB Variations

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

Color information

#C14029 (or 0xC14029) is known color: Grenadier. HEX triplet: C1, 40 and 29. RGB value is (193,64,41). Sum of RGB (Red+Green+Blue) = 193+64+41=298 (39% of max value = 765). Red value is 193 (75.78% from 255 or 64.77% from 298); Green value is 64 (25.39% from 255 or 21.48% from 298); Blue value is 41 (16.41% from 255 or 13.76% from 298); Max value from RGB is 193 - color contains mainly: red. Hex color #C14029 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C14029 is #3EBFD6. Grayscale: #646464. Windows color (decimal): -4112343 or 2703553. OLE color: 2703553.

HSL color Cylindrical-coordinate representation of color #C14029: hue angle of 9.08º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C14029 is Cyan = 0, Magento = 0.67, Yellow = 0.79 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 64 41 -
CMYK 0 0.67 0.79 0.24
HSL 9.08º 0.65% 0.46% -
HSV(B) 9.08º 0.79% 0.76% -
XYZ 24.23 15.16 3.75 -
YUV 99.95 94.74 194.37 -
System Red Green Blue C M Y K H S L
Decimal 193 64 41 0 0.67 0.79 0.24 9.08 0.65 0.46
Hex C1 40 29 0 43 4F 18 9 41 2E
Octal 301 100 51 0 103 117 30 11 101 56
Binary 11000001 1000000 101001 0 1000011 1001111 11000 1001 1000001 101110

Color Harmonies of #C14029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14029

Black with #C14029

Text Example


Text Example

White with #C14029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14029; }

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

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

background-color css

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

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

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

border-color css

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

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

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