#D91010

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

Shades of Free Speech Red #D91010

Tints of Free Speech Red #D91010

Color information

#D91010 (or 0xD91010) is unknown color: approx Free Speech Red. HEX triplet: D9, 10 and 10. RGB value is (217,16,16). Sum of RGB (Red+Green+Blue) = 217+16+16=249 (32% of max value = 765). Red value is 217 (85.16% from 255 or 87.15% from 249); Green value is 16 (6.64% from 255 or 6.43% from 249); Blue value is 16 (6.64% from 255 or 6.43% from 249); Max value from RGB is 217 - color contains mainly: red. Hex color #D91010 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D91010 is #26EFEF. Grayscale: #4C4C4C. Windows color (decimal): -2551792 or 1052889. OLE color: 1052889.

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

Color convert

RGB2171616-
CMYK00.930.930.15
HSL86.27%45.69%-
HSV(B)92.63%85.1%-
XYZ28.8915.161.89-
YUV76.194.09228.5-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 87.15%
GREEN value IS 16 (6.64% from 255) = 6.43%
BLUE value IS 16 (6.64% from 255) = 6.43%
R=87.15%
G=6.43%
B=6.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.93
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal217161600.930.930.15086.2745.69
HexD9101005D5DF0562e
Octal3312020013513517012656
Binary110110011000010000010111011011101111101010110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D91010

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D91010; }

 p { color: rgb(217,16,16); }

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

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

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

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

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

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

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