#C61705

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

Shades of Free Speech Red #C61705

Tints of Free Speech Red #C61705

Color information

#C61705 (or 0xC61705) is unknown color: approx Free Speech Red. HEX triplet: C6, 17 and 05. RGB value is (198,23,5). Sum of RGB (Red+Green+Blue) = 198+23+5=226 (29% of max value = 765). Red value is 198 (77.73% from 255 or 87.61% from 226); Green value is 23 (9.38% from 255 or 10.18% from 226); Blue value is 5 (2.34% from 255 or 2.21% from 226); Max value from RGB is 198 - color contains mainly: red. Hex color #C61705 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C61705 is #39E8FA. Grayscale: #494949. Windows color (decimal): -3795195 or 333766. OLE color: 333766.

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

Color convert

RGB198235-
CMYK00.880.970.22
HSL5.6º95.07%39.8%-
HSV(B)5.6º97.47%77.65%-
XYZ23.6212.631.34-
YUV73.2789.48216.96-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 87.61%
GREEN value IS 23 (9.38% from 255) = 10.18%
BLUE value IS 5 (2.34% from 255) = 2.21%
R=87.61%
G=10.18%
B=2.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.97
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19823500.880.970.225.695.0739.8
HexC6175058611665f28
Octal306275013014126613750
Binary1100011010111101010110001100001101101101011111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C61705

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C61705; }

 p { color: rgb(198,23,5); }

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

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

 a { background-color: rgb(198,23,5); }

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

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

 span { border-color: rgb(198,23,5); }

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