Html Css Color HEX #BF1501 Free Speech Red

📋 copy color: '#BF1501'

red 191 ◦ green 21 ◦ blue 1

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

Shades of Free Speech Red #BF1501

Tints of Free Speech Red #BF1501

RGB

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

 GREEN value IS 21 (8.59% from 255) = 9.86%

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

R = 89.67%
G = 9.86%
B = 0.47%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.99

 K value IS 0.25

RGB Variations

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

Color information

#BF1501 (or 0xBF1501) is known color: Free Speech Red. HEX triplet: BF, 15 and 01. RGB value is (191,21,1). Sum of RGB (Red+Green+Blue) = 191+21+1=213 (28% of max value = 765). Red value is 191 (75% from 255 or 89.67% from 213); Green value is 21 (8.59% from 255 or 9.86% from 213); Blue value is 1 (0.78% from 255 or 0.47% from 213); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1501 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BF1501 is #40EAFE. Grayscale: #454545. Windows color (decimal): -4254463 or 71103. OLE color: 71103.

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

Color convert

RGB 191 21 1 -
CMYK 0 0.89 0.99 0.25
HSL 6.32º 0.99% 0.38% -
HSV(B) 6.32º 0.99% 0.75% -
XYZ 21.76 11.61 1.12 -
YUV 69.55 89.32 214.63 -
System Red Green Blue C M Y K H S L
Decimal 191 21 1 0 0.89 0.99 0.25 6.32 0.99 0.38
Hex BF 15 1 0 59 63 19 6 63 26
Octal 277 25 1 0 131 143 31 6 143 46
Binary 10111111 10101 1 0 1011001 1100011 11001 110 1100011 100110

Color Harmonies of #BF1501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF1501

Black with #BF1501

Text Example


Text Example

White with #BF1501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF1501; }

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

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

background-color css

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

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

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

border-color css

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

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

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