#CA0E03

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

Shades of Free Speech Red #CA0E03

Tints of Free Speech Red #CA0E03

Color information

#CA0E03 (or 0xCA0E03) is unknown color: approx Free Speech Red. HEX triplet: CA, 0E and 03. RGB value is (202,14,3). Sum of RGB (Red+Green+Blue) = 202+14+3=219 (29% of max value = 765). Red value is 202 (79.30% from 255 or 92.24% from 219); Green value is 14 (5.86% from 255 or 6.39% from 219); Blue value is 3 (1.56% from 255 or 1.37% from 219); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0E03 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CA0E03 is #35F1FC. Grayscale: #454545. Windows color (decimal): -3535357 or 200394. OLE color: 200394.

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

Color convert

RGB202143-
CMYK00.930.990.21
HSL3.32º97.07%40.2%-
HSV(B)3.32º98.51%79.22%-
XYZ24.5312.881.28-
YUV68.9690.78222.89-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 92.24%
GREEN value IS 14 (5.86% from 255) = 6.39%
BLUE value IS 3 (1.56% from 255) = 1.37%
R=92.24%
G=6.39%
B=1.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.99
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20214300.930.990.213.3297.0740.2
HexCAE305D631536128
Octal312163013514325314150
Binary1100101011101101011101110001110101111100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA0E03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA0E03; }

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

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

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

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

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

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

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

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