#C71404

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

Shades of Free Speech Red #C71404

Tints of Free Speech Red #C71404

Color information

#C71404 (or 0xC71404) is unknown color: approx Free Speech Red. HEX triplet: C7, 14 and 04. RGB value is (199,20,4). Sum of RGB (Red+Green+Blue) = 199+20+4=223 (29% of max value = 765). Red value is 199 (78.12% from 255 or 89.24% from 223); Green value is 20 (8.20% from 255 or 8.97% from 223); Blue value is 4 (1.95% from 255 or 1.79% from 223); Max value from RGB is 199 - color contains mainly: red. Hex color #C71404 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C71404 is #38EBFB. Grayscale: #474747. Windows color (decimal): -3730428 or 267463. OLE color: 267463.

HSL color Cylindrical-coordinate representation of color #C71404: hue angle of 4.92º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C71404 is Cyan = 0, Magento = 0.90, Yellow = 0.98 and Black (K on CMYK) = 0.22.

Color convert

RGB199204-
CMYK00.900.980.22
HSL4.92º96.06%39.8%-
HSV(B)4.92º97.99%78.04%-
XYZ23.8312.651.3-
YUV71.789.8218.8-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 89.24%
GREEN value IS 20 (8.20% from 255) = 8.97%
BLUE value IS 4 (1.95% from 255) = 1.79%
R=89.24%
G=8.97%
B=1.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.98
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19920400.900.980.224.9296.0639.8
HexC714405A621656028
Octal307244013214226514050
Binary1100011110100100010110101100010101101011100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C71404

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C71404; }

 p { color: rgb(199,20,4); }

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

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

 a { background-color: rgb(199,20,4); }

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

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

 span { border-color: rgb(199,20,4); }

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