#DA1210

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

Shades of Free Speech Red #DA1210

Tints of Free Speech Red #DA1210

Color information

#DA1210 (or 0xDA1210) is unknown color: approx Free Speech Red. HEX triplet: DA, 12 and 10. RGB value is (218,18,16). Sum of RGB (Red+Green+Blue) = 218+18+16=252 (33% of max value = 765). Red value is 218 (85.55% from 255 or 86.51% from 252); Green value is 18 (7.42% from 255 or 7.14% from 252); Blue value is 16 (6.64% from 255 or 6.35% from 252); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1210 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DA1210 is #25EDEF. Grayscale: #4D4D4D. Windows color (decimal): -2485744 or 1053402. OLE color: 1053402.

HSL color Cylindrical-coordinate representation of color #DA1210: hue angle of 0.59º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DA1210 is Cyan = 0, Magento = 0.92, Yellow = 0.93 and Black (K on CMYK) = 0.15.

Color convert

RGB2181816-
CMYK00.920.930.15
HSL0.59º86.32%45.88%-
HSV(B)0.59º92.66%85.49%-
XYZ29.2215.381.92-
YUV77.5793.26228.16-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 86.51%
GREEN value IS 18 (7.42% from 255) = 7.14%
BLUE value IS 16 (6.64% from 255) = 6.35%
R=86.51%
G=7.14%
B=6.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.93
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal218181600.920.930.150.5986.3245.88
HexDA121005C5DF1562e
Octal3322220013413517112656
Binary110110101001010000010111001011101111111010110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA1210

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA1210; }

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

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

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

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

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

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

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

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