#C20901

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

Shades of Free Speech Red #C20901

Tints of Free Speech Red #C20901

Color information

#C20901 (or 0xC20901) is unknown color: approx Free Speech Red. HEX triplet: C2, 09 and 01. RGB value is (194,9,1). Sum of RGB (Red+Green+Blue) = 194+9+1=204 (27% of max value = 765). Red value is 194 (76.17% from 255 or 95.10% from 204); Green value is 9 (3.91% from 255 or 4.41% from 204); Blue value is 1 (0.78% from 255 or 0.49% from 204); Max value from RGB is 194 - color contains mainly: red. Hex color #C20901 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C20901 is #3DF6FE. Grayscale: #3F3F3F. Windows color (decimal): -4060927 or 68034. OLE color: 68034.

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

Color convert

RGB19491-
CMYK00.950.990.24
HSL2.49º98.97%38.24%-
HSV(B)2.49º99.48%76.08%-
XYZ22.3511.671.1-
YUV63.492.79221.15-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 95.10%
GREEN value IS 9 (3.91% from 255) = 4.41%
BLUE value IS 1 (0.78% from 255) = 0.49%
R=95.10%
G=4.41%
B=0.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.99
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1949100.950.990.242.4998.9738.24
HexC29105F631826326
Octal302111013714330214346
Binary110000101001101011111110001111000101100011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C20901

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C20901; }

 p { color: rgb(194,9,1); }

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

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

 a { background-color: rgb(194,9,1); }

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

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

 span { border-color: rgb(194,9,1); }

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