#DE0E01

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

Shades of Free Speech Red #DE0E01

Tints of Free Speech Red #DE0E01

Color information

#DE0E01 (or 0xDE0E01) is unknown color: approx Free Speech Red. HEX triplet: DE, 0E and 01. RGB value is (222,14,1). Sum of RGB (Red+Green+Blue) = 222+14+1=237 (31% of max value = 765). Red value is 222 (87.11% from 255 or 93.67% from 237); Green value is 14 (5.86% from 255 or 5.91% from 237); Blue value is 1 (0.78% from 255 or 0.42% from 237); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0E01 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DE0E01 is #21F1FE. Grayscale: #4A4A4A. Windows color (decimal): -2224639 or 69342. OLE color: 69342.

HSL color Cylindrical-coordinate representation of color #DE0E01: hue angle of 3.53º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DE0E01 is Cyan = 0, Magento = 0.94, Yellow = 1.00 and Black (K on CMYK) = 0.13.

Color convert

RGB222141-
CMYK00.941.000.13
HSL3.53º99.1%43.73%-
HSV(B)3.53º99.55%87.06%-
XYZ30.2915.851.49-
YUV74.7186.41233.06-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 93.67%
GREEN value IS 14 (5.86% from 255) = 5.91%
BLUE value IS 1 (0.78% from 255) = 0.42%
R=93.67%
G=5.91%
B=0.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 1.00
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22214100.941.000.133.5399.143.73
HexDEE105E64D4632c
Octal336161013614415414354
Binary110111101110101011110110010011011001100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE0E01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE0E01; }

 p { color: rgb(222,14,1); }

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

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

 a { background-color: rgb(222,14,1); }

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

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

 span { border-color: rgb(222,14,1); }

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