#D71408

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

Shades of Free Speech Red #D71408

Tints of Free Speech Red #D71408

Color information

#D71408 (or 0xD71408) is unknown color: approx Free Speech Red. HEX triplet: D7, 14 and 08. RGB value is (215,20,8). Sum of RGB (Red+Green+Blue) = 215+20+8=243 (32% of max value = 765). Red value is 215 (84.38% from 255 or 88.48% from 243); Green value is 20 (8.20% from 255 or 8.23% from 243); Blue value is 8 (3.52% from 255 or 3.29% from 243); Max value from RGB is 215 - color contains mainly: red. Hex color #D71408 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D71408 is #28EBF7. Grayscale: #4D4D4D. Windows color (decimal): -2681848 or 529623. OLE color: 529623.

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

Color convert

RGB215208-
CMYK00.910.960.16
HSL3.48º92.83%43.73%-
HSV(B)3.48º96.28%84.31%-
XYZ28.3214.961.63-
YUV76.9489.1226.48-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 88.48%
GREEN value IS 20 (8.20% from 255) = 8.23%
BLUE value IS 8 (3.52% from 255) = 3.29%
R=88.48%
G=8.23%
B=3.29%

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
Decimal21520800.910.960.163.4892.8343.73
HexD714805B601035d2c
Octal3272410013314020313554
Binary1101011110100100001011011110000010000111011101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D71408

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D71408; }

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

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

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

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

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

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

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

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