#C10E03

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

Shades of Free Speech Red #C10E03

Tints of Free Speech Red #C10E03

Color information

#C10E03 (or 0xC10E03) is unknown color: approx Free Speech Red. HEX triplet: C1, 0E and 03. RGB value is (193,14,3). Sum of RGB (Red+Green+Blue) = 193+14+3=210 (27% of max value = 765). Red value is 193 (75.78% from 255 or 91.90% from 210); Green value is 14 (5.86% from 255 or 6.67% from 210); Blue value is 3 (1.56% from 255 or 1.43% from 210); Max value from RGB is 193 - color contains mainly: red. Hex color #C10E03 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C10E03 is #3EF1FC. Grayscale: #424242. Windows color (decimal): -4125181 or 200385. OLE color: 200385.

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

Color convert

RGB193143-
CMYK00.930.980.24
HSL3.47º96.94%38.43%-
HSV(B)3.47º98.45%75.69%-
XYZ22.1711.661.17-
YUV66.2792.3218.39-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 91.90%
GREEN value IS 14 (5.86% from 255) = 6.67%
BLUE value IS 3 (1.56% from 255) = 1.43%
R=91.90%
G=6.67%
B=1.43%

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
Decimal19314300.930.980.243.4796.9438.43
HexC1E305D621836126
Octal301163013514230314146
Binary1100000111101101011101110001011000111100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C10E03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C10E03; }

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

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

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

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

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

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

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

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