#C61605

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

Shades of Free Speech Red #C61605

Tints of Free Speech Red #C61605

Color information

#C61605 (or 0xC61605) is unknown color: approx Free Speech Red. HEX triplet: C6, 16 and 05. RGB value is (198,22,5). Sum of RGB (Red+Green+Blue) = 198+22+5=225 (29% of max value = 765). Red value is 198 (77.73% from 255 or 88% from 225); Green value is 22 (8.98% from 255 or 9.78% from 225); Blue value is 5 (2.34% from 255 or 2.22% from 225); Max value from RGB is 198 - color contains mainly: red. Hex color #C61605 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C61605 is #39E9FA. Grayscale: #484848. Windows color (decimal): -3795451 or 333510. OLE color: 333510.

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

Color convert

RGB198225-
CMYK00.890.970.22
HSL5.28º95.07%39.8%-
HSV(B)5.28º97.47%77.65%-
XYZ23.612.591.33-
YUV72.6989.81217.38-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 88%
GREEN value IS 22 (8.98% from 255) = 9.78%
BLUE value IS 5 (2.34% from 255) = 2.22%
R=88%
G=9.78%
B=2.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.97
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19822500.890.970.225.2895.0739.8
HexC6165059611655f28
Octal306265013114126513750
Binary1100011010110101010110011100001101101011011111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C61605

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C61605; }

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

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

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

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

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

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

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

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