#CA0C03

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

Shades of Free Speech Red #CA0C03

Tints of Free Speech Red #CA0C03

Color information

#CA0C03 (or 0xCA0C03) is unknown color: approx Free Speech Red. HEX triplet: CA, 0C and 03. RGB value is (202,12,3). Sum of RGB (Red+Green+Blue) = 202+12+3=217 (28% of max value = 765). Red value is 202 (79.30% from 255 or 93.09% from 217); Green value is 12 (5.08% from 255 or 5.53% from 217); Blue value is 3 (1.56% from 255 or 1.38% from 217); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0C03 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CA0C03 is #35F3FC. Grayscale: #444444. Windows color (decimal): -3535869 or 199882. OLE color: 199882.

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

Color convert

RGB202123-
CMYK00.940.990.21
HSL2.71º97.07%40.2%-
HSV(B)2.71º98.51%79.22%-
XYZ24.5112.831.27-
YUV67.7891.45223.73-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 93.09%
GREEN value IS 12 (5.08% from 255) = 5.53%
BLUE value IS 3 (1.56% from 255) = 1.38%
R=93.09%
G=5.53%
B=1.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.99
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20212300.940.990.212.7197.0740.2
HexCAC305E631536128
Octal312143013614325314150
Binary1100101011001101011110110001110101111100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA0C03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA0C03; }

 p { color: rgb(202,12,3); }

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

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

 a { background-color: rgb(202,12,3); }

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

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

 span { border-color: rgb(202,12,3); }

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