#d31404

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

Shades of Free Speech Red #D31404

Tints of Free Speech Red #D31404

Color information

#D31404 (or 0xD31404) is unknown color: approx Free Speech Red. HEX triplet: D3, 14 and 04. RGB value is (211,20,4). Sum of RGB (Red+Green+Blue) = 211+20+4=235 (31% of max value = 765). Red value is 211 (82.81% from 255 or 89.79% from 235); Green value is 20 (8.20% from 255 or 8.51% from 235); Blue value is 4 (1.95% from 255 or 1.70% from 235); Max value from RGB is 211 - color contains mainly: red. Hex color #D31404 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D31404 is #2CEBFB. Grayscale: #4B4B4B. Windows color (decimal): -2943996 or 267475. OLE color: 267475.

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

Color convert

RGB211204-
CMYK00.910.980.17
HSL4.64º96.28%42.16%-
HSV(B)4.64º98.1%82.75%-
XYZ27.1414.361.46-
YUV75.2887.78224.8-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 89.79%
GREEN value IS 20 (8.20% from 255) = 8.51%
BLUE value IS 4 (1.95% from 255) = 1.70%
R=89.79%
G=8.51%
B=1.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.98
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21120400.910.980.174.6496.2842.16
HexD314405B62115602a
Octal323244013314221514052
Binary1101001110100100010110111100010100011011100000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d31404

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d31404; }

 p { color: rgb(211,20,4); }

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

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

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

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

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

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

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