#CC120B

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

Shades of Free Speech Red #CC120B

Tints of Free Speech Red #CC120B

Color information

#CC120B (or 0xCC120B) is unknown color: approx Free Speech Red. HEX triplet: CC, 12 and 0B. RGB value is (204,18,11). Sum of RGB (Red+Green+Blue) = 204+18+11=233 (30% of max value = 765). Red value is 204 (80.08% from 255 or 87.55% from 233); Green value is 18 (7.42% from 255 or 7.73% from 233); Blue value is 11 (4.69% from 255 or 4.72% from 233); Max value from RGB is 204 - color contains mainly: red. Hex color #CC120B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CC120B is #33EDF4. Grayscale: #494949. Windows color (decimal): -3403253 or 725708. OLE color: 725708.

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

Color convert

RGB2041811-
CMYK00.910.950.2
HSL2.18º89.77%42.16%-
HSV(B)2.18º94.61%80%-
XYZ25.1813.291.56-
YUV72.8293.12221.57-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 87.55%
GREEN value IS 18 (7.42% from 255) = 7.73%
BLUE value IS 11 (4.69% from 255) = 4.72%
R=87.55%
G=7.73%
B=4.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.95
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204181100.910.950.22.1889.7742.16
HexCC12B05B5F1425a2a
Octal3142213013313724213252
Binary1100110010010101101011011101111110100101011010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC120B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC120B; }

 p { color: rgb(204,18,11); }

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

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

 a { background-color: rgb(204,18,11); }

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

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

 span { border-color: rgb(204,18,11); }

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