#C71412

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

Shades of Free Speech Red #C71412

Tints of Free Speech Red #C71412

Color information

#C71412 (or 0xC71412) is unknown color: approx Free Speech Red. HEX triplet: C7, 14 and 12. RGB value is (199,20,18). Sum of RGB (Red+Green+Blue) = 199+20+18=237 (31% of max value = 765). Red value is 199 (78.12% from 255 or 83.97% from 237); Green value is 20 (8.20% from 255 or 8.44% from 237); Blue value is 18 (7.42% from 255 or 7.59% from 237); Max value from RGB is 199 - color contains mainly: red. Hex color #C71412 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C71412 is #38EBED. Grayscale: #494949. Windows color (decimal): -3730414 or 1184967. OLE color: 1184967.

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

Color convert

RGB1992018-
CMYK00.900.910.22
HSL0.66º83.41%42.55%-
HSV(B)0.66º90.95%78.04%-
XYZ23.9112.691.76-
YUV73.2996.8217.66-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 83.97%
GREEN value IS 20 (8.20% from 255) = 8.44%
BLUE value IS 18 (7.42% from 255) = 7.59%
R=83.97%
G=8.44%
B=7.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.91
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal199201800.900.910.220.6683.4142.55
HexC7141205A5B161532b
Octal3072422013213326112353
Binary1100011110100100100101101010110111011011010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C71412

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C71412; }

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

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

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

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

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

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

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

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