#CA0802

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

Shades of Free Speech Red #CA0802

Tints of Free Speech Red #CA0802

Color information

#CA0802 (or 0xCA0802) is unknown color: approx Free Speech Red. HEX triplet: CA, 08 and 02. RGB value is (202,8,2). Sum of RGB (Red+Green+Blue) = 202+8+2=212 (28% of max value = 765). Red value is 202 (79.30% from 255 or 95.28% from 212); Green value is 8 (3.52% from 255 or 3.77% from 212); Blue value is 2 (1.17% from 255 or 0.94% from 212); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0802 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CA0802 is #35F7FD. Grayscale: #414141. Windows color (decimal): -3536894 or 133322. OLE color: 133322.

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

Color convert

RGB20282-
CMYK00.960.990.21
HSL1.8º98.04%40%-
HSV(B)1.8º99.01%79.22%-
XYZ24.4512.731.23-
YUV65.3292.27225.49-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 95.28%
GREEN value IS 8 (3.52% from 255) = 3.77%
BLUE value IS 2 (1.17% from 255) = 0.94%
R=95.28%
G=3.77%
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
Decimal2028200.960.990.211.898.0440
HexCA82060631526228
Octal312102014014325214250
Binary1100101010001001100000110001110101101100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA0802

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA0802; }

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

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

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

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

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

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

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

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