#C21311

Color #C21311 Free Speech Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Red #C21311

Tints of Free Speech Red #C21311

Color information

#C21311 (or 0xC21311) is unknown color: approx Free Speech Red. HEX triplet: C2, 13 and 11. RGB value is (194,19,17). Sum of RGB (Red+Green+Blue) = 194+19+17=230 (30% of max value = 765). Red value is 194 (76.17% from 255 or 84.35% from 230); Green value is 19 (7.81% from 255 or 8.26% from 230); Blue value is 17 (7.03% from 255 or 7.39% from 230); Max value from RGB is 194 - color contains mainly: red. Hex color #C21311 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C21311 is #3DECEE. Grayscale: #474747. Windows color (decimal): -4058351 or 1119170. OLE color: 1119170.

HSL color Cylindrical-coordinate representation of color #C21311: hue angle of 0.68º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C21311 is Cyan = 0, Magento = 0.90, Yellow = 0.91 and Black (K on CMYK) = 0.24.

Color convert

RGB1941917-
CMYK00.900.910.24
HSL0.68º83.89%41.37%-
HSV(B)0.68º91.24%76.08%-
XYZ22.5811.981.65-
YUV71.197.48215.66-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 84.35%
GREEN value IS 19 (7.81% from 255) = 8.26%
BLUE value IS 17 (7.03% from 255) = 7.39%
R=84.35%
G=8.26%
B=7.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.91
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194191700.900.910.240.6883.8941.37
HexC2131105A5B1815429
Octal3022321013213330112451
Binary1100001010011100010101101010110111100011010100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C21311

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C21311; }

 p { color: rgb(194,19,17); }

 H1.HeaderClassName
 {
   color: #C21311;
 }
 .AnyTagClassName
 {
   color: #C21311;
 }
</style>
background-color css

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

 a { background-color: rgb(194,19,17); }

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

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

 span { border-color: rgb(194,19,17); }

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