#C21411

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

Shades of Free Speech Red #C21411

Tints of Free Speech Red #C21411

Color information

#C21411 (or 0xC21411) is unknown color: approx Free Speech Red. HEX triplet: C2, 14 and 11. RGB value is (194,20,17). Sum of RGB (Red+Green+Blue) = 194+20+17=231 (30% of max value = 765). Red value is 194 (76.17% from 255 or 83.98% from 231); Green value is 20 (8.20% from 255 or 8.66% from 231); Blue value is 17 (7.03% from 255 or 7.36% from 231); Max value from RGB is 194 - color contains mainly: red. Hex color #C21411 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C21411 is #3DEBEE. Grayscale: #474747. Windows color (decimal): -4058095 or 1119426. OLE color: 1119426.

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

Color convert

RGB1942017-
CMYK00.900.910.24
HSL1.02º83.89%41.37%-
HSV(B)1.02º91.24%76.08%-
XYZ22.612.011.66-
YUV71.6897.15215.24-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 83.98%
GREEN value IS 20 (8.20% from 255) = 8.66%
BLUE value IS 17 (7.03% from 255) = 7.36%
R=83.98%
G=8.66%
B=7.36%

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
Decimal194201700.900.910.241.0283.8941.37
HexC2141105A5B1815429
Octal3022421013213330112451
Binary1100001010100100010101101010110111100011010100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C21411

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C21411; }

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

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

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

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

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

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

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

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