#D10200

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

Shades of Free Speech Red #D10200

Tints of Free Speech Red #D10200

Color information

#D10200 (or 0xD10200) is unknown color: approx Free Speech Red. HEX triplet: D1, 02 and 00. RGB value is (209,2,0). Sum of RGB (Red+Green+Blue) = 209+2+0=211 (27% of max value = 765). Red value is 209 (82.03% from 255 or 99.05% from 211); Green value is 2 (1.17% from 255 or 0.95% from 211); Blue value is 0 (0.39% from 255 or 0% from 211); Max value from RGB is 209 - color contains mainly: red. Hex color #D10200 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D10200 is #2EFDFF. Grayscale: #3F3F3F. Windows color (decimal): -3079680 or 721. OLE color: 721.

HSL color Cylindrical-coordinate representation of color #D10200: hue angle of 0.57º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D10200 is Cyan = 0, Magento = 0.99, Yellow = 1 and Black (K on CMYK) = 0.18.

Color convert

RGB20920-
CMYK00.9910.18
HSL0.57º100%40.98%-
HSV(B)0.57º100%81.96%-
XYZ26.3213.61.24-
YUV63.6692.08231.66-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 99.05%
GREEN value IS 2 (1.17% from 255) = 0.95%
BLUE value IS 0 (0.39% from 255) = 0%
R=99.05%
G=0.95%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 1
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2092000.9910.180.5710040.98
HexD120063641216429
Octal32120014314422114451
Binary110100011000110001111001001001011100100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D10200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D10200; }

 p { color: rgb(209,2,0); }

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

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

 a { background-color: rgb(209,2,0); }

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

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

 span { border-color: rgb(209,2,0); }

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