#CC0402

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

Shades of Free Speech Red #CC0402

Tints of Free Speech Red #CC0402

Color information

#CC0402 (or 0xCC0402) is unknown color: approx Free Speech Red. HEX triplet: CC, 04 and 02. RGB value is (204,4,2). Sum of RGB (Red+Green+Blue) = 204+4+2=210 (27% of max value = 765). Red value is 204 (80.08% from 255 or 97.14% from 210); Green value is 4 (1.95% from 255 or 1.90% from 210); Blue value is 2 (1.17% from 255 or 0.95% from 210); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0402 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CC0402 is #33FBFD. Grayscale: #3F3F3F. Windows color (decimal): -3406846 or 132300. OLE color: 132300.

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

Color convert

RGB20442-
CMYK00.980.990.2
HSL0.59º98.06%40.39%-
HSV(B)0.59º99.02%80%-
XYZ24.9612.931.24-
YUV63.5793.26228.16-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 97.14%
GREEN value IS 4 (1.95% from 255) = 1.90%
BLUE value IS 2 (1.17% from 255) = 0.95%
R=97.14%
G=1.90%
B=0.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.99
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2044200.980.990.20.5998.0640.39
HexCC42062631416228
Octal31442014214324114250
Binary11001100100100110001011000111010011100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC0402

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC0402; }

 p { color: rgb(204,4,2); }

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

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

 a { background-color: rgb(204,4,2); }

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

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

 span { border-color: rgb(204,4,2); }

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