#CA0504

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

Shades of Free Speech Red #CA0504

Tints of Free Speech Red #CA0504

Color information

#CA0504 (or 0xCA0504) is unknown color: approx Free Speech Red. HEX triplet: CA, 05 and 04. RGB value is (202,5,4). Sum of RGB (Red+Green+Blue) = 202+5+4=211 (27% of max value = 765). Red value is 202 (79.30% from 255 or 95.73% from 211); Green value is 5 (2.34% from 255 or 2.37% from 211); Blue value is 4 (1.95% from 255 or 1.90% from 211); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0504 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CA0504 is #35FAFB. Grayscale: #3F3F3F. Windows color (decimal): -3537660 or 263626. OLE color: 263626.

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

Color convert

RGB20254-
CMYK00.980.980.21
HSL0.3º96.12%40.39%-
HSV(B)0.3º98.02%79.22%-
XYZ24.4312.671.27-
YUV63.7994.27226.58-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 95.73%
GREEN value IS 5 (2.34% from 255) = 2.37%
BLUE value IS 4 (1.95% from 255) = 1.90%
R=95.73%
G=2.37%
B=1.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.98
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2025400.980.980.210.396.1240.39
HexCA54062621506028
Octal31254014214225014050
Binary110010101011000110001011000101010101100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA0504

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA0504; }

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

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

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

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

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

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

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

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