Html Css Color HEX #BF1001 Free Speech Red

📋 copy color: '#BF1001'

red 191 ◦ green 16 ◦ blue 1

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

Shades of Free Speech Red #BF1001

Tints of Free Speech Red #BF1001

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.69%

 BLUE value IS 1 (0.78% from 255) = 0.48%

R = 91.83%
G = 7.69%
B = 0.48%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.99

 K value IS 0.25

RGB Variations

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

Color information

#BF1001 (or 0xBF1001) is known color: Free Speech Red. HEX triplet: BF, 10 and 01. RGB value is (191,16,1). Sum of RGB (Red+Green+Blue) = 191+16+1=208 (27% of max value = 765). Red value is 191 (75% from 255 or 91.83% from 208); Green value is 16 (6.64% from 255 or 7.69% from 208); Blue value is 1 (0.78% from 255 or 0.48% from 208); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1001 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BF1001 is #40EFFE. Grayscale: #424242. Windows color (decimal): -4255743 or 69823. OLE color: 69823.

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

Color convert

RGB 191 16 1 -
CMYK 0 0.92 0.99 0.25
HSL 4.74º 0.99% 0.38% -
HSV(B) 4.74º 0.99% 0.75% -
XYZ 21.68 11.45 1.1 -
YUV 66.62 90.98 216.72 -
System Red Green Blue C M Y K H S L
Decimal 191 16 1 0 0.92 0.99 0.25 4.74 0.99 0.38
Hex BF 10 1 0 5C 63 19 5 63 26
Octal 277 20 1 0 134 143 31 5 143 46
Binary 10111111 10000 1 0 1011100 1100011 11001 101 1100011 100110

Color Harmonies of #BF1001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF1001

Black with #BF1001

Text Example


Text Example

White with #BF1001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF1001; }

 p { color: rgb(191,16,1); }

 H1.HeaderClassName
 {
   color: #BF1001;
 }
 .AnyTagClassName
 {
   color: #BF1001;
 }
</style>

background-color css

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

 a { background-color: rgb(191,16,1); }

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

border-color css

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

 span { border-color: rgb(191,16,1); }

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