#DE140A

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

Shades of Free Speech Red #DE140A

Tints of Free Speech Red #DE140A

Color information

#DE140A (or 0xDE140A) is unknown color: approx Free Speech Red. HEX triplet: DE, 14 and 0A. RGB value is (222,20,10). Sum of RGB (Red+Green+Blue) = 222+20+10=252 (33% of max value = 765). Red value is 222 (87.11% from 255 or 88.10% from 252); Green value is 20 (8.20% from 255 or 7.94% from 252); Blue value is 10 (4.30% from 255 or 3.97% from 252); Max value from RGB is 222 - color contains mainly: red. Hex color #DE140A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DE140A is #21EBF5. Grayscale: #4F4F4F. Windows color (decimal): -2223094 or 660702. OLE color: 660702.

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

Color convert

RGB2222010-
CMYK00.910.950.13
HSL2.83º91.38%45.49%-
HSV(B)2.83º95.5%87.06%-
XYZ30.4316.051.78-
YUV79.2688.92229.81-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 88.10%
GREEN value IS 20 (8.20% from 255) = 7.94%
BLUE value IS 10 (4.30% from 255) = 3.97%
R=88.10%
G=7.94%
B=3.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.95
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal222201000.910.950.132.8391.3845.49
HexDE14A05B5FD35b2d
Octal3362412013313715313355
Binary110111101010010100101101110111111101111011011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE140A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE140A; }

 p { color: rgb(222,20,10); }

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

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

 a { background-color: rgb(222,20,10); }

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

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

 span { border-color: rgb(222,20,10); }

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