#CC1A00

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

Shades of Free Speech Red #CC1A00

Tints of Free Speech Red #CC1A00

Color information

#CC1A00 (or 0xCC1A00) is unknown color: approx Free Speech Red. HEX triplet: CC, 1A and 00. RGB value is (204,26,0). Sum of RGB (Red+Green+Blue) = 204+26+0=230 (30% of max value = 765). Red value is 204 (80.08% from 255 or 88.70% from 230); Green value is 26 (10.55% from 255 or 11.30% from 230); Blue value is 0 (0.39% from 255 or 0% from 230); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1A00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC1A00 is #33E5FF. Grayscale: #4C4C4C. Windows color (decimal): -3401216 or 6860. OLE color: 6860.

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

Color convert

RGB204260-
CMYK00.8710.2
HSL7.65º100%40%-
HSV(B)7.65º100%80%-
XYZ25.2713.581.29-
YUV76.2684.97219.11-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 88.70%
GREEN value IS 26 (10.55% from 255) = 11.30%
BLUE value IS 0 (0.39% from 255) = 0%
R=88.70%
G=11.30%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 1
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20426000.8710.27.6510040
HexCC1A0057641486428
Octal3143200127144241014450
Binary110011001101000101011111001001010010001100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC1A00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC1A00; }

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

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

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

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

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

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

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

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