#C20703

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

Shades of Free Speech Red #C20703

Tints of Free Speech Red #C20703

Color information

#C20703 (or 0xC20703) is unknown color: approx Free Speech Red. HEX triplet: C2, 07 and 03. RGB value is (194,7,3). Sum of RGB (Red+Green+Blue) = 194+7+3=204 (27% of max value = 765). Red value is 194 (76.17% from 255 or 95.10% from 204); Green value is 7 (3.12% from 255 or 3.43% from 204); Blue value is 3 (1.56% from 255 or 1.47% from 204); Max value from RGB is 194 - color contains mainly: red. Hex color #C20703 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C20703 is #3DF8FC. Grayscale: #3E3E3E. Windows color (decimal): -4061437 or 198594. OLE color: 198594.

HSL color Cylindrical-coordinate representation of color #C20703: hue angle of 1.26º degrees, saturation: 0.97, 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 #C20703 is Cyan = 0, Magento = 0.96, Yellow = 0.98 and Black (K on CMYK) = 0.24.

Color convert

RGB19473-
CMYK00.960.980.24
HSL1.26º96.95%38.63%-
HSV(B)1.26º98.45%76.08%-
XYZ22.3411.631.15-
YUV62.4694.45221.83-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 95.10%
GREEN value IS 7 (3.12% from 255) = 3.43%
BLUE value IS 3 (1.56% from 255) = 1.47%
R=95.10%
G=3.43%
B=1.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.98
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1947300.960.980.241.2696.9538.63
HexC273060621816127
Octal30273014014230114147
Binary11000010111110110000011000101100011100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C20703

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C20703; }

 p { color: rgb(194,7,3); }

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

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

 a { background-color: rgb(194,7,3); }

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

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

 span { border-color: rgb(194,7,3); }

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