Html Css Color HEX #BF0301 Free Speech Red

📋 copy color: '#BF0301'

red 191 ◦ green 3 ◦ blue 1

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

Shades of Free Speech Red #BF0301

Tints of Free Speech Red #BF0301

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.54%

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

R = 97.95%
G = 1.54%
B = 0.51%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.99

 K value IS 0.25

RGB Variations

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

Color information

#BF0301 (or 0xBF0301) is known color: Free Speech Red. HEX triplet: BF, 03 and 01. RGB value is (191,3,1). Sum of RGB (Red+Green+Blue) = 191+3+1=195 (25% of max value = 765). Red value is 191 (75% from 255 or 97.95% from 195); Green value is 3 (1.56% from 255 or 1.54% from 195); Blue value is 1 (0.78% from 255 or 0.51% from 195); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0301 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BF0301 is #40FCFE. Grayscale: #3B3B3B. Windows color (decimal): -4259071 or 66495. OLE color: 66495.

HSL color Cylindrical-coordinate representation of color #BF0301: hue angle of 0.63º 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 #BF0301 is Cyan = 0, Magento = 0.98, Yellow = 0.99 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 3 1 -
CMYK 0 0.98 0.99 0.25
HSL 0.63º 0.99% 0.38% -
HSV(B) 0.63º 0.99% 0.75% -
XYZ 21.52 11.14 1.05 -
YUV 58.98 95.28 222.16 -
System Red Green Blue C M Y K H S L
Decimal 191 3 1 0 0.98 0.99 0.25 0.63 0.99 0.38
Hex BF 3 1 0 62 63 19 1 63 26
Octal 277 3 1 0 142 143 31 1 143 46
Binary 10111111 11 1 0 1100010 1100011 11001 1 1100011 100110

Color Harmonies of #BF0301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF0301

Black with #BF0301

Text Example


Text Example

White with #BF0301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF0301; }

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

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

background-color css

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

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

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

border-color css

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

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

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