#C61312

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

Shades of Free Speech Red #C61312

Tints of Free Speech Red #C61312

Color information

#C61312 (or 0xC61312) is unknown color: approx Free Speech Red. HEX triplet: C6, 13 and 12. RGB value is (198,19,18). Sum of RGB (Red+Green+Blue) = 198+19+18=235 (31% of max value = 765). Red value is 198 (77.73% from 255 or 84.26% from 235); Green value is 19 (7.81% from 255 or 8.09% from 235); Blue value is 18 (7.42% from 255 or 7.66% from 235); Max value from RGB is 198 - color contains mainly: red. Hex color #C61312 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C61312 is #39ECED. Grayscale: #484848. Windows color (decimal): -3796206 or 1184710. OLE color: 1184710.

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

Color convert

RGB1981918-
CMYK00.900.910.22
HSL0.33º83.33%42.35%-
HSV(B)0.33º90.91%77.65%-
XYZ23.6312.521.74-
YUV72.4197.3217.58-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 84.26%
GREEN value IS 19 (7.81% from 255) = 8.09%
BLUE value IS 18 (7.42% from 255) = 7.66%
R=84.26%
G=8.09%
B=7.66%

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
Decimal198191800.900.910.220.3383.3342.35
HexC6131205A5B160532a
Octal3062322013213326012352
Binary1100011010011100100101101010110111011001010011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C61312

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C61312; }

 p { color: rgb(198,19,18); }

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

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

 a { background-color: rgb(198,19,18); }

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

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

 span { border-color: rgb(198,19,18); }

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