Html Css Color HEX #C14236 Grenadier

📋 copy color: '#C14236'

red 193 ◦ green 66 ◦ blue 54

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

Shades of Grenadier #C14236

Tints of Grenadier #C14236

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 17.25%

R = 61.66%
G = 21.09%
B = 17.25%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.72

 K value IS 0.24

RGB Variations

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

Color information

#C14236 (or 0xC14236) is known color: Grenadier. HEX triplet: C1, 42 and 36. RGB value is (193,66,54). Sum of RGB (Red+Green+Blue) = 193+66+54=313 (41% of max value = 765). Red value is 193 (75.78% from 255 or 61.66% from 313); Green value is 66 (26.17% from 255 or 21.09% from 313); Blue value is 54 (21.48% from 255 or 17.25% from 313); Max value from RGB is 193 - color contains mainly: red. Hex color #C14236 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C14236 is #3EBDC9. Grayscale: #666666. Windows color (decimal): -4111818 or 3556033. OLE color: 3556033.

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

Color convert

RGB 193 66 54 -
CMYK 0 0.66 0.72 0.24
HSL 5.18º 0.56% 0.48% -
HSV(B) 5.18º 0.72% 0.76% -
XYZ 24.61 15.5 5.18 -
YUV 102.61 100.58 192.48 -
System Red Green Blue C M Y K H S L
Decimal 193 66 54 0 0.66 0.72 0.24 5.18 0.56 0.48
Hex C1 42 36 0 42 48 18 5 38 30
Octal 301 102 66 0 102 110 30 5 70 60
Binary 11000001 1000010 110110 0 1000010 1001000 11000 101 111000 110000

Color Harmonies of #C14236

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14236

Black with #C14236

Text Example


Text Example

White with #C14236

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14236; }

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

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

background-color css

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

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

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

border-color css

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

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

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