#D10300

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

Shades of Free Speech Red #D10300

Tints of Free Speech Red #D10300

Color information

#D10300 (or 0xD10300) is unknown color: approx Free Speech Red. HEX triplet: D1, 03 and 00. RGB value is (209,3,0). Sum of RGB (Red+Green+Blue) = 209+3+0=212 (28% of max value = 765). Red value is 209 (82.03% from 255 or 98.58% from 212); Green value is 3 (1.56% from 255 or 1.42% from 212); Blue value is 0 (0.39% from 255 or 0% from 212); Max value from RGB is 209 - color contains mainly: red. Hex color #D10300 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D10300 is #2EFCFF. Grayscale: #404040. Windows color (decimal): -3079424 or 977. OLE color: 977.

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

Color convert

RGB20930-
CMYK00.9910.18
HSL0.86º100%40.98%-
HSV(B)0.86º100%81.96%-
XYZ26.3313.621.24-
YUV64.2591.75231.24-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 98.58%
GREEN value IS 3 (1.56% from 255) = 1.42%
BLUE value IS 0 (0.39% from 255) = 0%
R=98.58%
G=1.42%
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
Decimal2093000.9910.180.8610040.98
HexD130063641216429
Octal32130014314422114451
Binary110100011100110001111001001001011100100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D10300

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D10300; }

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

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

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

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

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

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

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

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