#D91504

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

Shades of Free Speech Red #D91504

Tints of Free Speech Red #D91504

Color information

#D91504 (or 0xD91504) is unknown color: approx Free Speech Red. HEX triplet: D9, 15 and 04. RGB value is (217,21,4). Sum of RGB (Red+Green+Blue) = 217+21+4=242 (32% of max value = 765). Red value is 217 (85.16% from 255 or 89.67% from 242); Green value is 21 (8.59% from 255 or 8.68% from 242); Blue value is 4 (1.95% from 255 or 1.65% from 242); Max value from RGB is 217 - color contains mainly: red. Hex color #D91504 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D91504 is #26EAFB. Grayscale: #4D4D4D. Windows color (decimal): -2550524 or 267737. OLE color: 267737.

HSL color Cylindrical-coordinate representation of color #D91504: hue angle of 4.79º degrees, saturation: 0.96, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D91504 is Cyan = 0, Magento = 0.90, Yellow = 0.98 and Black (K on CMYK) = 0.15.

Color convert

RGB217214-
CMYK00.900.980.15
HSL4.79º96.38%43.33%-
HSV(B)4.79º98.16%85.1%-
XYZ28.9115.31.54-
YUV77.6786.43227.38-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 89.67%
GREEN value IS 21 (8.59% from 255) = 8.68%
BLUE value IS 4 (1.95% from 255) = 1.65%
R=89.67%
G=8.68%
B=1.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.98
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21721400.900.980.154.7996.3843.33
HexD915405A62F5602b
Octal331254013214217514053
Binary110110011010110001011010110001011111011100000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D91504

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D91504; }

 p { color: rgb(217,21,4); }

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

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

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

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

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

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

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