#C10E04

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

Shades of Free Speech Red #C10E04

Tints of Free Speech Red #C10E04

Color information

#C10E04 (or 0xC10E04) is unknown color: approx Free Speech Red. HEX triplet: C1, 0E and 04. RGB value is (193,14,4). Sum of RGB (Red+Green+Blue) = 193+14+4=211 (27% of max value = 765). Red value is 193 (75.78% from 255 or 91.47% from 211); Green value is 14 (5.86% from 255 or 6.64% from 211); Blue value is 4 (1.95% from 255 or 1.90% from 211); Max value from RGB is 193 - color contains mainly: red. Hex color #C10E04 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C10E04 is #3EF1FB. Grayscale: #424242. Windows color (decimal): -4125180 or 265921. OLE color: 265921.

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

Color convert

RGB193144-
CMYK00.930.980.24
HSL3.17º95.94%38.63%-
HSV(B)3.17º97.93%75.69%-
XYZ22.1711.661.2-
YUV66.3892.8218.31-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 91.47%
GREEN value IS 14 (5.86% from 255) = 6.64%
BLUE value IS 4 (1.95% from 255) = 1.90%
R=91.47%
G=6.64%
B=1.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.98
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19314400.930.980.243.1795.9438.63
HexC1E405D621836027
Octal301164013514230314047
Binary11000001111010001011101110001011000111100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C10E04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C10E04; }

 p { color: rgb(193,14,4); }

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

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

 a { background-color: rgb(193,14,4); }

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

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

 span { border-color: rgb(193,14,4); }

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