#CA0A04

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

Shades of Free Speech Red #CA0A04

Tints of Free Speech Red #CA0A04

Color information

#CA0A04 (or 0xCA0A04) is unknown color: approx Free Speech Red. HEX triplet: CA, 0A and 04. RGB value is (202,10,4). Sum of RGB (Red+Green+Blue) = 202+10+4=216 (28% of max value = 765). Red value is 202 (79.30% from 255 or 93.52% from 216); Green value is 10 (4.30% from 255 or 4.63% from 216); Blue value is 4 (1.95% from 255 or 1.85% from 216); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0A04 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CA0A04 is #35F5FB. Grayscale: #424242. Windows color (decimal): -3536380 or 264906. OLE color: 264906.

HSL color Cylindrical-coordinate representation of color #CA0A04: hue angle of 1.82º 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 #CA0A04 is Cyan = 0, Magento = 0.95, Yellow = 0.98 and Black (K on CMYK) = 0.21.

Color convert

RGB202104-
CMYK00.950.980.21
HSL1.82º96.12%40.39%-
HSV(B)1.82º98.02%79.22%-
XYZ24.4912.781.29-
YUV66.7292.61224.49-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 93.52%
GREEN value IS 10 (4.30% from 255) = 4.63%
BLUE value IS 4 (1.95% from 255) = 1.85%
R=93.52%
G=4.63%
B=1.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.98
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20210400.950.980.211.8296.1240.39
HexCAA405F621526028
Octal312124013714225214050
Binary11001010101010001011111110001010101101100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA0A04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA0A04; }

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

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

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

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

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

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

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

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