#D31207

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

Shades of Free Speech Red #D31207

Tints of Free Speech Red #D31207

Color information

#D31207 (or 0xD31207) is unknown color: approx Free Speech Red. HEX triplet: D3, 12 and 07. RGB value is (211,18,7). Sum of RGB (Red+Green+Blue) = 211+18+7=236 (31% of max value = 765). Red value is 211 (82.81% from 255 or 89.41% from 236); Green value is 18 (7.42% from 255 or 7.63% from 236); Blue value is 7 (3.12% from 255 or 2.97% from 236); Max value from RGB is 211 - color contains mainly: red. Hex color #D31207 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D31207 is #2CEDF8. Grayscale: #4A4A4A. Windows color (decimal): -2944505 or 463571. OLE color: 463571.

HSL color Cylindrical-coordinate representation of color #D31207: hue angle of 3.24º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D31207 is Cyan = 0, Magento = 0.91, Yellow = 0.97 and Black (K on CMYK) = 0.17.

Color convert

RGB211187-
CMYK00.910.970.17
HSL3.24º93.58%42.75%-
HSV(B)3.24º96.68%82.75%-
XYZ27.1214.31.53-
YUV74.4589.94225.39-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 89.41%
GREEN value IS 18 (7.42% from 255) = 7.63%
BLUE value IS 7 (3.12% from 255) = 2.97%
R=89.41%
G=7.63%
B=2.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.97
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21118700.910.970.173.2493.5842.75
HexD312705B611135e2b
Octal323227013314121313653
Binary110100111001011101011011110000110001111011110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D31207

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D31207; }

 p { color: rgb(211,18,7); }

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

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

 a { background-color: rgb(211,18,7); }

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

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

 span { border-color: rgb(211,18,7); }

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