#DA1001

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

Shades of Free Speech Red #DA1001

Tints of Free Speech Red #DA1001

Color information

#DA1001 (or 0xDA1001) is unknown color: approx Free Speech Red. HEX triplet: DA, 10 and 01. RGB value is (218,16,1). Sum of RGB (Red+Green+Blue) = 218+16+1=235 (31% of max value = 765). Red value is 218 (85.55% from 255 or 92.77% from 235); Green value is 16 (6.64% from 255 or 6.81% from 235); Blue value is 1 (0.78% from 255 or 0.43% from 235); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1001 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DA1001 is #25EFFE. Grayscale: #4A4A4A. Windows color (decimal): -2486271 or 69850. OLE color: 69850.

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

Color convert

RGB218161-
CMYK00.931.000.15
HSL4.15º99.09%42.94%-
HSV(B)4.15º99.54%85.49%-
XYZ29.115.281.44-
YUV74.6986.42230.22-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 92.77%
GREEN value IS 16 (6.64% from 255) = 6.81%
BLUE value IS 1 (0.78% from 255) = 0.43%
R=92.77%
G=6.81%
B=0.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 1.00
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21816100.931.000.154.1599.0942.94
HexDA10105D64F4632b
Octal332201013514417414353
Binary1101101010000101011101110010011111001100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA1001

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA1001; }

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

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

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

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

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

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

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

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