#CA0902

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

Shades of Free Speech Red #CA0902

Tints of Free Speech Red #CA0902

Color information

#CA0902 (or 0xCA0902) is unknown color: approx Free Speech Red. HEX triplet: CA, 09 and 02. RGB value is (202,9,2). Sum of RGB (Red+Green+Blue) = 202+9+2=213 (28% of max value = 765). Red value is 202 (79.30% from 255 or 94.84% from 213); Green value is 9 (3.91% from 255 or 4.23% from 213); Blue value is 2 (1.17% from 255 or 0.94% from 213); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0902 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CA0902 is #35F6FD. Grayscale: #424242. Windows color (decimal): -3536638 or 133578. OLE color: 133578.

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

Color convert

RGB20292-
CMYK00.960.990.21
HSL2.1º98.04%40%-
HSV(B)2.1º99.01%79.22%-
XYZ24.4712.761.23-
YUV65.9191.94225.07-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 94.84%
GREEN value IS 9 (3.91% from 255) = 4.23%
BLUE value IS 2 (1.17% from 255) = 0.94%
R=94.84%
G=4.23%
B=0.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.99
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2029200.960.990.212.198.0440
HexCA92060631526228
Octal312112014014325214250
Binary1100101010011001100000110001110101101100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA0902

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA0902; }

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

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

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

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

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

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

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

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