#CE120A

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

Shades of Free Speech Red #CE120A

Tints of Free Speech Red #CE120A

Color information

#CE120A (or 0xCE120A) is unknown color: approx Free Speech Red. HEX triplet: CE, 12 and 0A. RGB value is (206,18,10). Sum of RGB (Red+Green+Blue) = 206+18+10=234 (30% of max value = 765). Red value is 206 (80.86% from 255 or 88.03% from 234); Green value is 18 (7.42% from 255 or 7.69% from 234); Blue value is 10 (4.30% from 255 or 4.27% from 234); Max value from RGB is 206 - color contains mainly: red. Hex color #CE120A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CE120A is #31EDF5. Grayscale: #494949. Windows color (decimal): -3272182 or 660174. OLE color: 660174.

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

Color convert

RGB2061810-
CMYK00.910.950.19
HSL2.45º90.74%42.35%-
HSV(B)2.45º95.15%80.78%-
XYZ25.7213.581.55-
YUV73.392.28222.65-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 88.03%
GREEN value IS 18 (7.42% from 255) = 7.69%
BLUE value IS 10 (4.30% from 255) = 4.27%
R=88.03%
G=7.69%
B=4.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.95
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal206181000.910.950.192.4590.7442.35
HexCE12A05B5F1325b2a
Octal3162212013313723213352
Binary1100111010010101001011011101111110011101011011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE120A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE120A; }

 p { color: rgb(206,18,10); }

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

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

 a { background-color: rgb(206,18,10); }

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

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

 span { border-color: rgb(206,18,10); }

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