Html Css Color HEX #C14132 Grenadier

📋 copy color: '#C14132'

red 193 ◦ green 65 ◦ blue 50

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

Shades of Grenadier #C14132

Tints of Grenadier #C14132

RGB

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

 GREEN value IS 65 (25.78% from 255) = 21.1%

 BLUE value IS 50 (19.92% from 255) = 16.23%

R = 62.66%
G = 21.1%
B = 16.23%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.74

 K value IS 0.24

RGB Variations

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

Color information

#C14132 (or 0xC14132) is known color: Grenadier. HEX triplet: C1, 41 and 32. RGB value is (193,65,50). Sum of RGB (Red+Green+Blue) = 193+65+50=308 (40% of max value = 765). Red value is 193 (75.78% from 255 or 62.66% from 308); Green value is 65 (25.78% from 255 or 21.10% from 308); Blue value is 50 (19.92% from 255 or 16.23% from 308); Max value from RGB is 193 - color contains mainly: red. Hex color #C14132 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C14132 is #3EBECD. Grayscale: #656565. Windows color (decimal): -4112078 or 3293633. OLE color: 3293633.

HSL color Cylindrical-coordinate representation of color #C14132: hue angle of 6.29º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C14132 is Cyan = 0, Magento = 0.66, Yellow = 0.74 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 65 50 -
CMYK 0 0.66 0.74 0.24
HSL 6.29º 0.59% 0.48% -
HSV(B) 6.29º 0.74% 0.76% -
XYZ 24.46 15.35 4.69 -
YUV 101.56 98.91 193.22 -
System Red Green Blue C M Y K H S L
Decimal 193 65 50 0 0.66 0.74 0.24 6.29 0.59 0.48
Hex C1 41 32 0 42 4A 18 6 3B 30
Octal 301 101 62 0 102 112 30 6 73 60
Binary 11000001 1000001 110010 0 1000010 1001010 11000 110 111011 110000

Color Harmonies of #C14132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14132

Black with #C14132

Text Example


Text Example

White with #C14132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14132; }

 p { color: rgb(193,65,50); }

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

background-color css

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

 a { background-color: rgb(193,65,50); }

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

border-color css

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

 span { border-color: rgb(193,65,50); }

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