Html Css Color HEX #C14232 Grenadier

📋 copy color: '#C14232'

red 193 ◦ green 66 ◦ blue 50

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

Shades of Grenadier #C14232

Tints of Grenadier #C14232

RGB

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

 GREEN value IS 66 (26.17% from 255) = 21.36%

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

R = 62.46%
G = 21.36%
B = 16.18%

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

#C14232 (or 0xC14232) is known color: Grenadier. HEX triplet: C1, 42 and 32. RGB value is (193,66,50). Sum of RGB (Red+Green+Blue) = 193+66+50=309 (40% of max value = 765). Red value is 193 (75.78% from 255 or 62.46% from 309); Green value is 66 (26.17% from 255 or 21.36% from 309); Blue value is 50 (19.92% from 255 or 16.18% from 309); Max value from RGB is 193 - color contains mainly: red. Hex color #C14232 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C14232 is #3EBDCD. Grayscale: #666666. Windows color (decimal): -4111822 or 3293889. OLE color: 3293889.

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

Color convert

RGB 193 66 50 -
CMYK 0 0.66 0.74 0.24
HSL 6.71º 0.59% 0.48% -
HSV(B) 6.71º 0.74% 0.76% -
XYZ 24.52 15.46 4.71 -
YUV 102.15 98.58 192.8 -
System Red Green Blue C M Y K H S L
Decimal 193 66 50 0 0.66 0.74 0.24 6.71 0.59 0.48
Hex C1 42 32 0 42 4A 18 7 3B 30
Octal 301 102 62 0 102 112 30 7 73 60
Binary 11000001 1000010 110010 0 1000010 1001010 11000 111 111011 110000

Color Harmonies of #C14232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14232

Black with #C14232

Text Example


Text Example

White with #C14232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14232; }

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

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

background-color css

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

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

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

border-color css

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

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

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