#C21600

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

Shades of Free Speech Red #C21600

Tints of Free Speech Red #C21600

Color information

#C21600 (or 0xC21600) is unknown color: approx Free Speech Red. HEX triplet: C2, 16 and 00. RGB value is (194,22,0). Sum of RGB (Red+Green+Blue) = 194+22+0=216 (28% of max value = 765). Red value is 194 (76.17% from 255 or 89.81% from 216); Green value is 22 (8.98% from 255 or 10.19% from 216); Blue value is 0 (0.39% from 255 or 0% from 216); Max value from RGB is 194 - color contains mainly: red. Hex color #C21600 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C21600 is #3DE9FF. Grayscale: #474747. Windows color (decimal): -4057600 or 5826. OLE color: 5826.

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

Color convert

RGB194220-
CMYK00.8910.24
HSL6.8º100%38.04%-
HSV(B)6.8º100%76.08%-
XYZ22.5412.041.14-
YUV70.9287.98215.79-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 89.81%
GREEN value IS 22 (8.98% from 255) = 10.19%
BLUE value IS 0 (0.39% from 255) = 0%
R=89.81%
G=10.19%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 1
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19422000.8910.246.810038.04
HexC2160059641876426
Octal302260013114430714446
Binary11000010101100010110011100100110001111100100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C21600

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C21600; }

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

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

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

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

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

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

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

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