Html Css Color HEX #BF1400 Free Speech Red

📋 copy color: '#BF1400'

red 191 ◦ green 20 ◦ blue 0

#BF1400
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Free Speech Red #BF1400

Tints of Free Speech Red #BF1400

RGB

 RED value IS 191 (75% from 255) = 90.52%

 GREEN value IS 20 (8.2% from 255) = 9.48%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 90.52%
G = 9.48%
B = 0%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 1

 K value IS 0.25

RGB Variations

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

Color information

#BF1400 (or 0xBF1400) is known color: 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

RGB 191 20 0 -
CMYK 0 0.90 1 0.25
HSL 6.28º 1% 0.37% -
HSV(B) 6.28º 1% 0.75% -
XYZ 21.74 11.58 1.09 -
YUV 68.85 89.15 215.13 -
System Red Green Blue C M Y K H S L
Decimal 191 20 0 0 0.90 1 0.25 6.28 1 0.37
Hex BF 14 0 0 5A 64 19 6 64 25
Octal 277 24 0 0 132 144 31 6 144 45
Binary 10111111 10100 0 0 1011010 1100100 11001 110 1100100 100101

Color Harmonies of #BF1400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF1400

Black with #BF1400

Text Example


Text Example

White with #BF1400

Text Example


Text Example

HTML Codes & Css Web 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>