#C20E0B

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

Shades of Free Speech Red #C20E0B

Tints of Free Speech Red #C20E0B

Color information

#C20E0B (or 0xC20E0B) is unknown color: approx Free Speech Red. HEX triplet: C2, 0E and 0B. RGB value is (194,14,11). Sum of RGB (Red+Green+Blue) = 194+14+11=219 (29% of max value = 765). Red value is 194 (76.17% from 255 or 88.58% from 219); Green value is 14 (5.86% from 255 or 6.39% from 219); Blue value is 11 (4.69% from 255 or 5.02% from 219); Max value from RGB is 194 - color contains mainly: red. Hex color #C20E0B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C20E0B is #3DF1F4. Grayscale: #434343. Windows color (decimal): -4059637 or 724674. OLE color: 724674.

HSL color Cylindrical-coordinate representation of color #C20E0B: hue angle of 0.98º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C20E0B is Cyan = 0, Magento = 0.93, Yellow = 0.94 and Black (K on CMYK) = 0.24.

Color convert

RGB1941411-
CMYK00.930.940.24
HSL0.98º89.27%40.2%-
HSV(B)0.98º94.33%76.08%-
XYZ22.4711.811.41-
YUV67.4896.13218.24-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 88.58%
GREEN value IS 14 (5.86% from 255) = 6.39%
BLUE value IS 11 (4.69% from 255) = 5.02%
R=88.58%
G=6.39%
B=5.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.94
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194141100.930.940.240.9889.2740.2
HexC2EB05D5E1815928
Octal3021613013513630113150
Binary11000010111010110101110110111101100011011001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C20E0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C20E0B; }

 p { color: rgb(194,14,11); }

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

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

 a { background-color: rgb(194,14,11); }

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

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

 span { border-color: rgb(194,14,11); }

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