#D01414

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

Shades of Free Speech Red #D01414

Tints of Free Speech Red #D01414

Color information

#D01414 (or 0xD01414) is unknown color: approx Free Speech Red. HEX triplet: D0, 14 and 14. RGB value is (208,20,20). Sum of RGB (Red+Green+Blue) = 208+20+20=248 (32% of max value = 765). Red value is 208 (81.64% from 255 or 83.87% from 248); Green value is 20 (8.20% from 255 or 8.06% from 248); Blue value is 20 (8.20% from 255 or 8.06% from 248); Max value from RGB is 208 - color contains mainly: red. Hex color #D01414 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D01414 is #2FEBEB. Grayscale: #4C4C4C. Windows color (decimal): -3140588 or 1316048. OLE color: 1316048.

HSL color Cylindrical-coordinate representation of color #D01414: hue angle of 0º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D01414 is Cyan = 0, Magento = 0.90, Yellow = 0.90 and Black (K on CMYK) = 0.18.

Color convert

RGB2082020-
CMYK00.900.900.18
HSL82.46%44.71%-
HSV(B)90.38%81.57%-
XYZ26.3913.961.97-
YUV76.2196.28222-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 83.87%
GREEN value IS 20 (8.20% from 255) = 8.06%
BLUE value IS 20 (8.20% from 255) = 8.06%
R=83.87%
G=8.06%
B=8.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.90
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal208202000.900.900.18082.4644.71
HexD0141405A5A120522d
Octal3202424013213222012255
Binary1101000010100101000101101010110101001001010010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D01414

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D01414; }

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

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

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

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

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

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

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

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