#DA0401

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

Shades of Free Speech Red #DA0401

Tints of Free Speech Red #DA0401

Color information

#DA0401 (or 0xDA0401) is unknown color: approx Free Speech Red. HEX triplet: DA, 04 and 01. RGB value is (218,4,1). Sum of RGB (Red+Green+Blue) = 218+4+1=223 (29% of max value = 765). Red value is 218 (85.55% from 255 or 97.76% from 223); Green value is 4 (1.95% from 255 or 1.79% from 223); Blue value is 1 (0.78% from 255 or 0.45% from 223); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0401 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DA0401 is #25FBFE. Grayscale: #434343. Windows color (decimal): -2489343 or 66778. OLE color: 66778.

HSL color Cylindrical-coordinate representation of color #DA0401: hue angle of 0.83º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DA0401 is Cyan = 0, Magento = 0.98, Yellow = 1.00 and Black (K on CMYK) = 0.15.

Color convert

RGB21841-
CMYK00.981.000.15
HSL0.83º99.09%42.94%-
HSV(B)0.83º99.54%85.49%-
XYZ28.9614.991.4-
YUV67.6490.4235.24-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 97.76%
GREEN value IS 4 (1.95% from 255) = 1.79%
BLUE value IS 1 (0.78% from 255) = 0.45%
R=97.76%
G=1.79%
B=0.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 1.00
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2184100.981.000.150.8399.0942.94
HexDA4106264F1632b
Octal33241014214417114353
Binary110110101001011000101100100111111100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA0401

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA0401; }

 p { color: rgb(218,4,1); }

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

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

 a { background-color: rgb(218,4,1); }

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

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

 span { border-color: rgb(218,4,1); }

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