#DB1414

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

Shades of Free Speech Red #DB1414

Tints of Free Speech Red #DB1414

Color information

#DB1414 (or 0xDB1414) is unknown color: approx Free Speech Red. HEX triplet: DB, 14 and 14. RGB value is (219,20,20). Sum of RGB (Red+Green+Blue) = 219+20+20=259 (34% of max value = 765). Red value is 219 (85.94% from 255 or 84.56% from 259); Green value is 20 (8.20% from 255 or 7.72% from 259); Blue value is 20 (8.20% from 255 or 7.72% from 259); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1414 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DB1414 is #24EBEB. Grayscale: #4F4F4F. Windows color (decimal): -2419692 or 1316059. OLE color: 1316059.

HSL color Cylindrical-coordinate representation of color #DB1414: hue angle of 0º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DB1414 is Cyan = 0, Magento = 0.91, Yellow = 0.91 and Black (K on CMYK) = 0.14.

Color convert

RGB2192020-
CMYK00.910.910.14
HSL83.26%46.86%-
HSV(B)90.87%85.88%-
XYZ29.5915.612.12-
YUV79.594.43227.5-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 84.56%
GREEN value IS 20 (8.20% from 255) = 7.72%
BLUE value IS 20 (8.20% from 255) = 7.72%
R=84.56%
G=7.72%
B=7.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.91
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal219202000.910.910.14083.2646.86
HexDB141405B5BE0532f
Octal3332424013313316012357
Binary110110111010010100010110111011011111001010011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB1414

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB1414; }

 p { color: rgb(219,20,20); }

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

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

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

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

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

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

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