#CA1304

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

Shades of Free Speech Red #CA1304

Tints of Free Speech Red #CA1304

Color information

#CA1304 (or 0xCA1304) is unknown color: approx Free Speech Red. HEX triplet: CA, 13 and 04. RGB value is (202,19,4). Sum of RGB (Red+Green+Blue) = 202+19+4=225 (29% of max value = 765). Red value is 202 (79.30% from 255 or 89.78% from 225); Green value is 19 (7.81% from 255 or 8.44% from 225); Blue value is 4 (1.95% from 255 or 1.78% from 225); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1304 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CA1304 is #35ECFB. Grayscale: #484848. Windows color (decimal): -3534076 or 267210. OLE color: 267210.

HSL color Cylindrical-coordinate representation of color #CA1304: hue angle of 4.55º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CA1304 is Cyan = 0, Magento = 0.91, Yellow = 0.98 and Black (K on CMYK) = 0.21.

Color convert

RGB202194-
CMYK00.910.980.21
HSL4.55º96.12%40.39%-
HSV(B)4.55º98.02%79.22%-
XYZ24.6113.031.33-
YUV72.0189.63220.72-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 89.78%
GREEN value IS 19 (7.81% from 255) = 8.44%
BLUE value IS 4 (1.95% from 255) = 1.78%
R=89.78%
G=8.44%
B=1.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.98
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20219400.910.980.214.5596.1240.39
HexCA13405B621556028
Octal312234013314225514050
Binary1100101010011100010110111100010101011011100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA1304

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA1304; }

 p { color: rgb(202,19,4); }

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

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

 a { background-color: rgb(202,19,4); }

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

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

 span { border-color: rgb(202,19,4); }

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