#DE120B

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

Shades of Free Speech Red #DE120B

Tints of Free Speech Red #DE120B

Color information

#DE120B (or 0xDE120B) is unknown color: approx Free Speech Red. HEX triplet: DE, 12 and 0B. RGB value is (222,18,11). Sum of RGB (Red+Green+Blue) = 222+18+11=251 (33% of max value = 765). Red value is 222 (87.11% from 255 or 88.45% from 251); Green value is 18 (7.42% from 255 or 7.17% from 251); Blue value is 11 (4.69% from 255 or 4.38% from 251); Max value from RGB is 222 - color contains mainly: red. Hex color #DE120B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DE120B is #21EDF4. Grayscale: #4E4E4E. Windows color (decimal): -2223605 or 725726. OLE color: 725726.

HSL color Cylindrical-coordinate representation of color #DE120B: hue angle of 1.99º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DE120B is Cyan = 0, Magento = 0.92, Yellow = 0.95 and Black (K on CMYK) = 0.13.

Color convert

RGB2221811-
CMYK00.920.950.13
HSL1.99º90.56%45.69%-
HSV(B)1.99º95.05%87.06%-
XYZ30.415.991.8-
YUV78.290.09230.57-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 88.45%
GREEN value IS 18 (7.42% from 255) = 7.17%
BLUE value IS 11 (4.69% from 255) = 4.38%
R=88.45%
G=7.17%
B=4.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.95
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal222181100.920.950.131.9990.5645.69
HexDE12B05C5FD25b2e
Octal3362213013413715213356
Binary110111101001010110101110010111111101101011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE120B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE120B; }

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

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

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

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

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

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

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

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