#D71308

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

Shades of Free Speech Red #D71308

Tints of Free Speech Red #D71308

Color information

#D71308 (or 0xD71308) is unknown color: approx Free Speech Red. HEX triplet: D7, 13 and 08. RGB value is (215,19,8). Sum of RGB (Red+Green+Blue) = 215+19+8=242 (32% of max value = 765). Red value is 215 (84.38% from 255 or 88.84% from 242); Green value is 19 (7.81% from 255 or 7.85% from 242); Blue value is 8 (3.52% from 255 or 3.31% from 242); Max value from RGB is 215 - color contains mainly: red. Hex color #D71308 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D71308 is #28ECF7. Grayscale: #4C4C4C. Windows color (decimal): -2682104 or 529367. OLE color: 529367.

HSL color Cylindrical-coordinate representation of color #D71308: hue angle of 3.19º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D71308 is Cyan = 0, Magento = 0.91, Yellow = 0.96 and Black (K on CMYK) = 0.16.

Color convert

RGB215198-
CMYK00.910.960.16
HSL3.19º92.83%43.73%-
HSV(B)3.19º96.28%84.31%-
XYZ28.314.931.62-
YUV76.3589.43226.89-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 88.84%
GREEN value IS 19 (7.81% from 255) = 7.85%
BLUE value IS 8 (3.52% from 255) = 3.31%
R=88.84%
G=7.85%
B=3.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.96
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21519800.910.960.163.1992.8343.73
HexD713805B601035d2c
Octal3272310013314020313554
Binary1101011110011100001011011110000010000111011101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D71308

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D71308; }

 p { color: rgb(215,19,8); }

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

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

 a { background-color: rgb(215,19,8); }

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

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

 span { border-color: rgb(215,19,8); }

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