#C01705

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

Shades of Free Speech Red #C01705

Tints of Free Speech Red #C01705

Color information

#C01705 (or 0xC01705) is unknown color: approx Free Speech Red. HEX triplet: C0, 17 and 05. RGB value is (192,23,5). Sum of RGB (Red+Green+Blue) = 192+23+5=220 (29% of max value = 765). Red value is 192 (75.39% from 255 or 87.27% from 220); Green value is 23 (9.38% from 255 or 10.45% from 220); Blue value is 5 (2.34% from 255 or 2.27% from 220); Max value from RGB is 192 - color contains mainly: red. Hex color #C01705 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C01705 is #3FE8FA. Grayscale: #474747. Windows color (decimal): -4188411 or 333760. OLE color: 333760.

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

Color convert

RGB192235-
CMYK00.880.970.25
HSL5.78º94.92%38.63%-
HSV(B)5.78º97.4%75.29%-
XYZ22.0711.831.26-
YUV71.4890.49213.96-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 87.27%
GREEN value IS 23 (9.38% from 255) = 10.45%
BLUE value IS 5 (2.34% from 255) = 2.27%
R=87.27%
G=10.45%
B=2.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.97
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19223500.880.970.255.7894.9238.63
HexC0175058611965f27
Octal300275013014131613747
Binary1100000010111101010110001100001110011101011111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C01705

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C01705; }

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

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

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

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

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

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

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

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