#CC1A01

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

Shades of Free Speech Red #CC1A01

Tints of Free Speech Red #CC1A01

Color information

#CC1A01 (or 0xCC1A01) is unknown color: approx Free Speech Red. HEX triplet: CC, 1A and 01. RGB value is (204,26,1). Sum of RGB (Red+Green+Blue) = 204+26+1=231 (30% of max value = 765). Red value is 204 (80.08% from 255 or 88.31% from 231); Green value is 26 (10.55% from 255 or 11.26% from 231); Blue value is 1 (0.78% from 255 or 0.43% from 231); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1A01 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC1A01 is #33E5FE. Grayscale: #4C4C4C. Windows color (decimal): -3401215 or 72396. OLE color: 72396.

HSL color Cylindrical-coordinate representation of color #CC1A01: hue angle of 7.39º 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 #CC1A01 is Cyan = 0, Magento = 0.87, Yellow = 1.00 and Black (K on CMYK) = 0.2.

Color convert

RGB204261-
CMYK00.871.000.2
HSL7.39º99.02%40.2%-
HSV(B)7.39º99.51%80%-
XYZ25.2813.581.32-
YUV76.3785.47219.03-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 88.31%
GREEN value IS 26 (10.55% from 255) = 11.26%
BLUE value IS 1 (0.78% from 255) = 0.43%
R=88.31%
G=11.26%
B=0.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 1.00
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20426100.871.000.27.3999.0240.2
HexCC1A1057641476328
Octal314321012714424714350
Binary11001100110101010101111100100101001111100011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC1A01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC1A01; }

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

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

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

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

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

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

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

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