#CA1711

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

Shades of Free Speech Red #CA1711

Tints of Free Speech Red #CA1711

Color information

#CA1711 (or 0xCA1711) is unknown color: approx Free Speech Red. HEX triplet: CA, 17 and 11. RGB value is (202,23,17). Sum of RGB (Red+Green+Blue) = 202+23+17=242 (32% of max value = 765). Red value is 202 (79.30% from 255 or 83.47% from 242); Green value is 23 (9.38% from 255 or 9.50% from 242); Blue value is 17 (7.03% from 255 or 7.02% from 242); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1711 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CA1711 is #35E8EE. Grayscale: #4C4C4C. Windows color (decimal): -3533039 or 1120202. OLE color: 1120202.

HSL color Cylindrical-coordinate representation of color #CA1711: hue angle of 1.95º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CA1711 is Cyan = 0, Magento = 0.89, Yellow = 0.92 and Black (K on CMYK) = 0.21.

Color convert

RGB2022317-
CMYK00.890.920.21
HSL1.95º84.47%42.94%-
HSV(B)1.95º91.58%79.22%-
XYZ24.7613.211.77-
YUV75.8494.8217.99-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 83.47%
GREEN value IS 23 (9.38% from 255) = 9.50%
BLUE value IS 17 (7.03% from 255) = 7.02%
R=83.47%
G=9.50%
B=7.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.92
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202231700.890.920.211.9584.4742.94
HexCA17110595C152542b
Octal3122721013113425212453
Binary11001010101111000101011001101110010101101010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA1711

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA1711; }

 p { color: rgb(202,23,17); }

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

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

 a { background-color: rgb(202,23,17); }

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

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

 span { border-color: rgb(202,23,17); }

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