#ca0000

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

Shades of Free Speech Red #CA0000

Tints of Free Speech Red #CA0000

Color information

#CA0000 (or 0xCA0000) is unknown color: approx Free Speech Red. HEX triplet: CA, 00 and 00. RGB value is (202,0,0). Sum of RGB (Red+Green+Blue) = 202+0+0=202 (26% of max value = 765). Red value is 202 (79.30% from 255 or 100% from 202); Green value is 0 (0.39% from 255 or 0% from 202); Blue value is 0 (0.39% from 255 or 0% from 202); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0000 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CA0000 is #35FFFF. Grayscale: #3C3C3C. Windows color (decimal): -3538944 or 202. OLE color: 202.

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

Color convert

RGB20200-
CMYK0110.21
HSL100%39.61%-
HSV(B)100%79.22%-
XYZ24.3612.561.14-
YUV60.493.92229-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 100%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 0 (0.39% from 255) = 0%
R=100%
G=0%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 1
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202000110.21010039.61
HexCA00064641506428
Octal31200014414425014450
Binary11001010000110010011001001010101100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ca0000

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ca0000; }

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

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

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

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

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

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

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

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