#CC1503

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

Shades of Free Speech Red #CC1503

Tints of Free Speech Red #CC1503

Color information

#CC1503 (or 0xCC1503) is unknown color: approx Free Speech Red. HEX triplet: CC, 15 and 03. RGB value is (204,21,3). Sum of RGB (Red+Green+Blue) = 204+21+3=228 (30% of max value = 765). Red value is 204 (80.08% from 255 or 89.47% from 228); Green value is 21 (8.59% from 255 or 9.21% from 228); Blue value is 3 (1.56% from 255 or 1.32% from 228); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1503 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CC1503 is #33EAFC. Grayscale: #494949. Windows color (decimal): -3402493 or 202188. OLE color: 202188.

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

Color convert

RGB204213-
CMYK00.900.990.2
HSL5.37º97.1%40.59%-
HSV(B)5.37º98.53%80%-
XYZ25.1913.381.34-
YUV73.6688.13220.96-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 89.47%
GREEN value IS 21 (8.59% from 255) = 9.21%
BLUE value IS 3 (1.56% from 255) = 1.32%
R=89.47%
G=9.21%
B=1.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.99
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20421300.900.990.25.3797.140.59
HexCC15305A631456129
Octal314253013214324514151
Binary110011001010111010110101100011101001011100001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC1503

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC1503; }

 p { color: rgb(204,21,3); }

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

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

 a { background-color: rgb(204,21,3); }

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

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

 span { border-color: rgb(204,21,3); }

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