#D10D0D

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

Shades of Free Speech Red #D10D0D

Tints of Free Speech Red #D10D0D

Color information

#D10D0D (or 0xD10D0D) is unknown color: approx Free Speech Red. HEX triplet: D1, 0D and 0D. RGB value is (209,13,13). Sum of RGB (Red+Green+Blue) = 209+13+13=235 (31% of max value = 765). Red value is 209 (82.03% from 255 or 88.94% from 235); Green value is 13 (5.47% from 255 or 5.53% from 235); Blue value is 13 (5.47% from 255 or 5.53% from 235); Max value from RGB is 209 - color contains mainly: red. Hex color #D10D0D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D10D0D is #2EF2F2. Grayscale: #474747. Windows color (decimal): -3076851 or 855505. OLE color: 855505.

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

Color convert

RGB2091313-
CMYK00.940.940.18
HSL88.29%43.53%-
HSV(B)93.78%81.96%-
XYZ26.5113.871.66-
YUV71.694.93226-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 88.94%
GREEN value IS 13 (5.47% from 255) = 5.53%
BLUE value IS 13 (5.47% from 255) = 5.53%
R=88.94%
G=5.53%
B=5.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.94
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal209131300.940.940.18088.2943.53
HexD1DD05E5E120582c
Octal3211515013613622013054
Binary11010001110111010101111010111101001001011000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D10D0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D10D0D; }

 p { color: rgb(209,13,13); }

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

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

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

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

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

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

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