#DA0301

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

Shades of Free Speech Red #DA0301

Tints of Free Speech Red #DA0301

Color information

#DA0301 (or 0xDA0301) is unknown color: approx Free Speech Red. HEX triplet: DA, 03 and 01. RGB value is (218,3,1). Sum of RGB (Red+Green+Blue) = 218+3+1=222 (29% of max value = 765). Red value is 218 (85.55% from 255 or 98.20% from 222); Green value is 3 (1.56% from 255 or 1.35% from 222); Blue value is 1 (0.78% from 255 or 0.45% from 222); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0301 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DA0301 is #25FCFE. Grayscale: #434343. Windows color (decimal): -2489599 or 66522. OLE color: 66522.

HSL color Cylindrical-coordinate representation of color #DA0301: hue angle of 0.55º 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 #DA0301 is Cyan = 0, Magento = 0.99, Yellow = 1.00 and Black (K on CMYK) = 0.15.

Color convert

RGB21831-
CMYK00.991.000.15
HSL0.55º99.09%42.94%-
HSV(B)0.55º99.54%85.49%-
XYZ28.9514.971.39-
YUV67.0690.73235.66-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 98.20%
GREEN value IS 3 (1.56% from 255) = 1.35%
BLUE value IS 1 (0.78% from 255) = 0.45%
R=98.20%
G=1.35%
B=0.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 1.00
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2183100.991.000.150.5599.0942.94
HexDA3106364F1632b
Octal33231014314417114353
Binary11011010111011000111100100111111100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA0301

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA0301; }

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

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

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

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

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

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

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

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