#CC0800

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

Shades of Free Speech Red #CC0800

Tints of Free Speech Red #CC0800

Color information

#CC0800 (or 0xCC0800) is unknown color: approx Free Speech Red. HEX triplet: CC, 08 and 00. RGB value is (204,8,0). Sum of RGB (Red+Green+Blue) = 204+8+0=212 (28% of max value = 765). Red value is 204 (80.08% from 255 or 96.23% from 212); Green value is 8 (3.52% from 255 or 3.77% from 212); Blue value is 0 (0.39% from 255 or 0% from 212); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0800 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CC0800 is #33F7FF. Grayscale: #414141. Windows color (decimal): -3405824 or 2252. OLE color: 2252.

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

Color convert

RGB20480-
CMYK00.9610.2
HSL2.35º100%40%-
HSV(B)2.35º100%80%-
XYZ24.9913.011.19-
YUV65.6990.93226.65-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 96.23%
GREEN value IS 8 (3.52% from 255) = 3.77%
BLUE value IS 0 (0.39% from 255) = 0%
R=96.23%
G=3.77%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 1
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2048000.9610.22.3510040
HexCC80060641426428
Octal314100014014424214450
Binary110011001000001100000110010010100101100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC0800

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC0800; }

 p { color: rgb(204,8,0); }

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

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

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

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

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

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

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