#C20504

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

Shades of Free Speech Red #C20504

Tints of Free Speech Red #C20504

Color information

#C20504 (or 0xC20504) is unknown color: approx Free Speech Red. HEX triplet: C2, 05 and 04. RGB value is (194,5,4). Sum of RGB (Red+Green+Blue) = 194+5+4=203 (26% of max value = 765). Red value is 194 (76.17% from 255 or 95.57% from 203); Green value is 5 (2.34% from 255 or 2.46% from 203); Blue value is 4 (1.95% from 255 or 1.97% from 203); Max value from RGB is 194 - color contains mainly: red. Hex color #C20504 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C20504 is #3DFAFB. Grayscale: #3D3D3D. Windows color (decimal): -4061948 or 263618. OLE color: 263618.

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

Color convert

RGB19454-
CMYK00.970.980.24
HSL0.32º95.96%38.82%-
HSV(B)0.32º97.94%76.08%-
XYZ22.3211.591.17-
YUV61.495.62222.58-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 95.57%
GREEN value IS 5 (2.34% from 255) = 2.46%
BLUE value IS 4 (1.95% from 255) = 1.97%
R=95.57%
G=2.46%
B=1.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.98
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1945400.970.980.240.3295.9638.82
HexC254061621806027
Octal30254014114230014047
Binary110000101011000110000111000101100001100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C20504

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C20504; }

 p { color: rgb(194,5,4); }

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

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

 a { background-color: rgb(194,5,4); }

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

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

 span { border-color: rgb(194,5,4); }

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