#BF1400

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

Shades of Free Speech Red #BF1400

Tints of Free Speech Red #BF1400

Color information

#BF1400 (or 0xBF1400) is unknown color: approx Free Speech Red. HEX triplet: BF, 14 and 00. RGB value is (191,20,0). Sum of RGB (Red+Green+Blue) = 191+20+0=211 (27% of max value = 765). Red value is 191 (75% from 255 or 90.52% from 211); Green value is 20 (8.20% from 255 or 9.48% from 211); Blue value is 0 (0.39% from 255 or 0% from 211); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1400 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BF1400 is #40EBFF. Grayscale: #454545. Windows color (decimal): -4254720 or 5311. OLE color: 5311.

HSL color Cylindrical-coordinate representation of color #BF1400: hue angle of 6.28º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BF1400 is Cyan = 0, Magento = 0.90, Yellow = 1 and Black (K on CMYK) = 0.25.

Color convert

RGB191200-
CMYK00.9010.25
HSL6.28º100%37.45%-
HSV(B)6.28º100%74.9%-
XYZ21.7411.581.09-
YUV68.8589.15215.13-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 90.52%
GREEN value IS 20 (8.20% from 255) = 9.48%
BLUE value IS 0 (0.39% from 255) = 0%
R=90.52%
G=9.48%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 1
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19120000.9010.256.2810037.45
HexBF14005A641966425
Octal277240013214431614445
Binary10111111101000010110101100100110011101100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF1400

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF1400; }

 p { color: rgb(191,20,0); }

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

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

 a { background-color: rgb(191,20,0); }

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

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

 span { border-color: rgb(191,20,0); }

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