#C50F01

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

Shades of Free Speech Red #C50F01

Tints of Free Speech Red #C50F01

Color information

#C50F01 (or 0xC50F01) is unknown color: approx Free Speech Red. HEX triplet: C5, 0F and 01. RGB value is (197,15,1). Sum of RGB (Red+Green+Blue) = 197+15+1=213 (28% of max value = 765). Red value is 197 (77.34% from 255 or 92.49% from 213); Green value is 15 (6.25% from 255 or 7.04% from 213); Blue value is 1 (0.78% from 255 or 0.47% from 213); Max value from RGB is 197 - color contains mainly: red. Hex color #C50F01 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C50F01 is #3AF0FE. Grayscale: #444444. Windows color (decimal): -3862783 or 69573. OLE color: 69573.

HSL color Cylindrical-coordinate representation of color #C50F01: hue angle of 4.29º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C50F01 is Cyan = 0, Magento = 0.92, Yellow = 0.99 and Black (K on CMYK) = 0.23.

Color convert

RGB197151-
CMYK00.920.990.23
HSL4.29º98.99%38.82%-
HSV(B)4.29º99.49%77.25%-
XYZ23.212.211.16-
YUV67.8290.3220.14-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 92.49%
GREEN value IS 15 (6.25% from 255) = 7.04%
BLUE value IS 1 (0.78% from 255) = 0.47%
R=92.49%
G=7.04%
B=0.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.99
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19715100.920.990.234.2998.9938.82
HexC5F105C631746327
Octal305171013414327414347
Binary1100010111111010111001100011101111001100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C50F01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C50F01; }

 p { color: rgb(197,15,1); }

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

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

 a { background-color: rgb(197,15,1); }

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

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

 span { border-color: rgb(197,15,1); }

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