#D71208

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

Shades of Free Speech Red #D71208

Tints of Free Speech Red #D71208

Color information

#D71208 (or 0xD71208) is unknown color: approx Free Speech Red. HEX triplet: D7, 12 and 08. RGB value is (215,18,8). Sum of RGB (Red+Green+Blue) = 215+18+8=241 (31% of max value = 765). Red value is 215 (84.38% from 255 or 89.21% from 241); Green value is 18 (7.42% from 255 or 7.47% from 241); Blue value is 8 (3.52% from 255 or 3.32% from 241); Max value from RGB is 215 - color contains mainly: red. Hex color #D71208 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D71208 is #28EDF7. Grayscale: #4C4C4C. Windows color (decimal): -2682360 or 529111. OLE color: 529111.

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

Color convert

RGB215188-
CMYK00.920.960.16
HSL2.9º92.83%43.73%-
HSV(B)2.9º96.28%84.31%-
XYZ28.2814.91.61-
YUV75.7689.77227.31-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 89.21%
GREEN value IS 18 (7.42% from 255) = 7.47%
BLUE value IS 8 (3.52% from 255) = 3.32%
R=89.21%
G=7.47%
B=3.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.96
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21518800.920.960.162.992.8343.73
HexD712805C601035d2c
Octal3272210013414020313554
Binary1101011110010100001011100110000010000111011101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D71208

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D71208; }

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

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

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

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

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

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

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

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