#C11A08

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

Shades of Free Speech Red #C11A08

Tints of Free Speech Red #C11A08

Color information

#C11A08 (or 0xC11A08) is unknown color: approx Free Speech Red. HEX triplet: C1, 1A and 08. RGB value is (193,26,8). Sum of RGB (Red+Green+Blue) = 193+26+8=227 (30% of max value = 765). Red value is 193 (75.78% from 255 or 85.02% from 227); Green value is 26 (10.55% from 255 or 11.45% from 227); Blue value is 8 (3.52% from 255 or 3.52% from 227); Max value from RGB is 193 - color contains mainly: red. Hex color #C11A08 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C11A08 is #3EE5F7. Grayscale: #4A4A4A. Windows color (decimal): -4122104 or 531137. OLE color: 531137.

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

Color convert

RGB193268-
CMYK00.870.960.24
HSL5.84º92.04%39.41%-
HSV(B)5.84º95.85%75.69%-
XYZ22.4112.091.38-
YUV73.8890.83212.96-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 85.02%
GREEN value IS 26 (10.55% from 255) = 11.45%
BLUE value IS 8 (3.52% from 255) = 3.52%
R=85.02%
G=11.45%
B=3.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.96
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19326800.870.960.245.8492.0439.41
HexC11A8057601865c27
Octal3013210012714030613447
Binary11000001110101000010101111100000110001101011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C11A08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C11A08; }

 p { color: rgb(193,26,8); }

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

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

 a { background-color: rgb(193,26,8); }

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

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

 span { border-color: rgb(193,26,8); }

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