#CA0200

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

Shades of Free Speech Red #CA0200

Tints of Free Speech Red #CA0200

Color information

#CA0200 (or 0xCA0200) is unknown color: approx Free Speech Red. HEX triplet: CA, 02 and 00. RGB value is (202,2,0). Sum of RGB (Red+Green+Blue) = 202+2+0=204 (27% of max value = 765). Red value is 202 (79.30% from 255 or 99.02% from 204); Green value is 2 (1.17% from 255 or 0.98% from 204); Blue value is 0 (0.39% from 255 or 0% from 204); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0200 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CA0200 is #35FDFF. Grayscale: #3D3D3D. Windows color (decimal): -3538432 or 714. OLE color: 714.

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

Color convert

RGB20220-
CMYK00.9910.21
HSL0.59º100%39.61%-
HSV(B)0.59º100%79.22%-
XYZ24.3812.61.15-
YUV61.5793.26228.16-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 99.02%
GREEN value IS 2 (1.17% from 255) = 0.98%
BLUE value IS 0 (0.39% from 255) = 0%
R=99.02%
G=0.98%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 1
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2022000.9910.210.5910039.61
HexCA20063641516428
Octal31220014314425114450
Binary110010101000110001111001001010111100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA0200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA0200; }

 p { color: rgb(202,2,0); }

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

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

 a { background-color: rgb(202,2,0); }

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

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

 span { border-color: rgb(202,2,0); }

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