#C61505

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

Shades of Free Speech Red #C61505

Tints of Free Speech Red #C61505

Color information

#C61505 (or 0xC61505) is unknown color: approx Free Speech Red. HEX triplet: C6, 15 and 05. RGB value is (198,21,5). Sum of RGB (Red+Green+Blue) = 198+21+5=224 (29% of max value = 765). Red value is 198 (77.73% from 255 or 88.39% from 224); Green value is 21 (8.59% from 255 or 9.38% from 224); Blue value is 5 (2.34% from 255 or 2.23% from 224); Max value from RGB is 198 - color contains mainly: red. Hex color #C61505 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C61505 is #39EAFA. Grayscale: #484848. Windows color (decimal): -3795707 or 333254. OLE color: 333254.

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

Color convert

RGB198215-
CMYK00.890.970.22
HSL4.97º95.07%39.8%-
HSV(B)4.97º97.47%77.65%-
XYZ23.5812.551.32-
YUV72.190.14217.8-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 88.39%
GREEN value IS 21 (8.59% from 255) = 9.38%
BLUE value IS 5 (2.34% from 255) = 2.23%
R=88.39%
G=9.38%
B=2.23%

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
Decimal19821500.890.970.224.9795.0739.8
HexC6155059611655f28
Octal306255013114126513750
Binary1100011010101101010110011100001101101011011111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C61505

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C61505; }

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

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

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

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

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

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

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

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