#C10400

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

Shades of Free Speech Red #C10400

Tints of Free Speech Red #C10400

Color information

#C10400 (or 0xC10400) is unknown color: approx Free Speech Red. HEX triplet: C1, 04 and 00. RGB value is (193,4,0). Sum of RGB (Red+Green+Blue) = 193+4+0=197 (26% of max value = 765). Red value is 193 (75.78% from 255 or 97.97% from 197); Green value is 4 (1.95% from 255 or 2.03% from 197); Blue value is 0 (0.39% from 255 or 0% from 197); Max value from RGB is 193 - color contains mainly: red. Hex color #C10400 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C10400 is #3EFBFF. Grayscale: #3C3C3C. Windows color (decimal): -4127744 or 1217. OLE color: 1217.

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

Color convert

RGB19340-
CMYK00.9810.24
HSL1.24º100%37.84%-
HSV(B)1.24º100%75.69%-
XYZ22.0411.421.04-
YUV60.0694.12222.83-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 97.97%
GREEN value IS 4 (1.95% from 255) = 2.03%
BLUE value IS 0 (0.39% from 255) = 0%
R=97.97%
G=2.03%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 1
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1934000.9810.241.2410037.84
HexC140062641816426
Octal30140014214430114446
Binary1100000110000110001011001001100011100100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C10400

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C10400; }

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

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

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

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

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

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

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

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