#CC1801

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

Shades of Free Speech Red #CC1801

Tints of Free Speech Red #CC1801

Color information

#CC1801 (or 0xCC1801) is unknown color: approx Free Speech Red. HEX triplet: CC, 18 and 01. RGB value is (204,24,1). Sum of RGB (Red+Green+Blue) = 204+24+1=229 (30% of max value = 765). Red value is 204 (80.08% from 255 or 89.08% from 229); Green value is 24 (9.77% from 255 or 10.48% from 229); Blue value is 1 (0.78% from 255 or 0.44% from 229); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1801 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CC1801 is #33E7FE. Grayscale: #4B4B4B. Windows color (decimal): -3401727 or 71884. OLE color: 71884.

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

Color convert

RGB204241-
CMYK00.881.000.2
HSL6.8º99.02%40.2%-
HSV(B)6.8º99.51%80%-
XYZ25.2313.491.3-
YUV75.286.13219.87-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 89.08%
GREEN value IS 24 (9.77% from 255) = 10.48%
BLUE value IS 1 (0.78% from 255) = 0.44%
R=89.08%
G=10.48%
B=0.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 1.00
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20424100.881.000.26.899.0240.2
HexCC181058641476328
Octal314301013014424714350
Binary11001100110001010110001100100101001111100011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC1801

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC1801; }

 p { color: rgb(204,24,1); }

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

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

 a { background-color: rgb(204,24,1); }

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

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

 span { border-color: rgb(204,24,1); }

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