#C20900

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

Shades of Free Speech Red #C20900

Tints of Free Speech Red #C20900

Color information

#C20900 (or 0xC20900) is unknown color: approx Free Speech Red. HEX triplet: C2, 09 and 00. RGB value is (194,9,0). Sum of RGB (Red+Green+Blue) = 194+9+0=203 (26% of max value = 765). Red value is 194 (76.17% from 255 or 95.57% from 203); Green value is 9 (3.91% from 255 or 4.43% from 203); Blue value is 0 (0.39% from 255 or 0% from 203); Max value from RGB is 194 - color contains mainly: red. Hex color #C20900 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C20900 is #3DF6FF. Grayscale: #3F3F3F. Windows color (decimal): -4060928 or 2498. OLE color: 2498.

HSL color Cylindrical-coordinate representation of color #C20900: hue angle of 2.78º 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 #C20900 is Cyan = 0, Magento = 0.95, Yellow = 1 and Black (K on CMYK) = 0.24.

Color convert

RGB19490-
CMYK00.9510.24
HSL2.78º100%38.04%-
HSV(B)2.78º100%76.08%-
XYZ22.3511.661.07-
YUV63.2992.29221.23-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 95.57%
GREEN value IS 9 (3.91% from 255) = 4.43%
BLUE value IS 0 (0.39% from 255) = 0%
R=95.57%
G=4.43%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 1
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1949000.9510.242.7810038.04
HexC29005F641836426
Octal302110013714430314446
Binary110000101001001011111110010011000111100100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C20900

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C20900; }

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

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

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

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

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

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

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

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