#CC1405

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

Shades of Free Speech Red #CC1405

Tints of Free Speech Red #CC1405

Color information

#CC1405 (or 0xCC1405) is unknown color: approx Free Speech Red. HEX triplet: CC, 14 and 05. RGB value is (204,20,5). Sum of RGB (Red+Green+Blue) = 204+20+5=229 (30% of max value = 765). Red value is 204 (80.08% from 255 or 89.08% from 229); Green value is 20 (8.20% from 255 or 8.73% from 229); Blue value is 5 (2.34% from 255 or 2.18% from 229); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1405 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CC1405 is #33EBFA. Grayscale: #494949. Windows color (decimal): -3402747 or 333004. OLE color: 333004.

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

Color convert

RGB204205-
CMYK00.900.980.2
HSL4.52º95.22%40.98%-
HSV(B)4.52º97.55%80%-
XYZ25.1813.351.39-
YUV73.3189.46221.22-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 89.08%
GREEN value IS 20 (8.20% from 255) = 8.73%
BLUE value IS 5 (2.34% from 255) = 2.18%
R=89.08%
G=8.73%
B=2.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.98
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20420500.900.980.24.5295.2240.98
HexCC14505A621455f29
Octal314245013214224513751
Binary1100110010100101010110101100010101001011011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC1405

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC1405; }

 p { color: rgb(204,20,5); }

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

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

 a { background-color: rgb(204,20,5); }

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

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

 span { border-color: rgb(204,20,5); }

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