#C11402

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

Shades of Free Speech Red #C11402

Tints of Free Speech Red #C11402

Color information

#C11402 (or 0xC11402) is unknown color: approx Free Speech Red. HEX triplet: C1, 14 and 02. RGB value is (193,20,2). Sum of RGB (Red+Green+Blue) = 193+20+2=215 (28% of max value = 765). Red value is 193 (75.78% from 255 or 89.77% from 215); Green value is 20 (8.20% from 255 or 9.30% from 215); Blue value is 2 (1.17% from 255 or 0.93% from 215); Max value from RGB is 193 - color contains mainly: red. Hex color #C11402 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C11402 is #3EEBFD. Grayscale: #454545. Windows color (decimal): -4123646 or 136385. OLE color: 136385.

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

Color convert

RGB193202-
CMYK00.900.990.24
HSL5.65º97.95%38.24%-
HSV(B)5.65º98.96%75.69%-
XYZ22.2511.841.17-
YUV69.6889.81215.96-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 89.77%
GREEN value IS 20 (8.20% from 255) = 9.30%
BLUE value IS 2 (1.17% from 255) = 0.93%
R=89.77%
G=9.30%
B=0.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.99
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19320200.900.990.245.6597.9538.24
HexC114205A631866226
Octal301242013214330614246
Binary110000011010010010110101100011110001101100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C11402

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C11402; }

 p { color: rgb(193,20,2); }

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

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

 a { background-color: rgb(193,20,2); }

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

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

 span { border-color: rgb(193,20,2); }

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