#CC1305

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

Shades of Free Speech Red #CC1305

Tints of Free Speech Red #CC1305

Color information

#CC1305 (or 0xCC1305) is unknown color: approx Free Speech Red. HEX triplet: CC, 13 and 05. RGB value is (204,19,5). Sum of RGB (Red+Green+Blue) = 204+19+5=228 (30% of max value = 765). Red value is 204 (80.08% from 255 or 89.47% from 228); Green value is 19 (7.81% from 255 or 8.33% from 228); Blue value is 5 (2.34% from 255 or 2.19% from 228); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1305 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CC1305 is #33ECFA. Grayscale: #484848. Windows color (decimal): -3403003 or 332748. OLE color: 332748.

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

Color convert

RGB204195-
CMYK00.910.980.2
HSL4.22º95.22%40.98%-
HSV(B)4.22º97.55%80%-
XYZ25.1613.311.39-
YUV72.7289.79221.64-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 89.47%
GREEN value IS 19 (7.81% from 255) = 8.33%
BLUE value IS 5 (2.34% from 255) = 2.19%
R=89.47%
G=8.33%
B=2.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.98
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20419500.910.980.24.2295.2240.98
HexCC13505B621445f29
Octal314235013314224413751
Binary1100110010011101010110111100010101001001011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC1305

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC1305; }

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

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

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

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

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

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

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

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