Html Css Color HEX #BF1201 Free Speech Red

📋 copy color: '#BF1201'

red 191 ◦ green 18 ◦ blue 1

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

Shades of Free Speech Red #BF1201

Tints of Free Speech Red #BF1201

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8.57%

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

R = 90.95%
G = 8.57%
B = 0.48%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.99

 K value IS 0.25

RGB Variations

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

Color information

#BF1201 (or 0xBF1201) is known color: Free Speech Red. HEX triplet: BF, 12 and 01. RGB value is (191,18,1). Sum of RGB (Red+Green+Blue) = 191+18+1=210 (27% of max value = 765). Red value is 191 (75% from 255 or 90.95% from 210); Green value is 18 (7.42% from 255 or 8.57% from 210); Blue value is 1 (0.78% from 255 or 0.48% from 210); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1201 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BF1201 is #40EDFE. Grayscale: #444444. Windows color (decimal): -4255231 or 70335. OLE color: 70335.

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

Color convert

RGB 191 18 1 -
CMYK 0 0.91 0.99 0.25
HSL 5.37º 0.99% 0.38% -
HSV(B) 5.37º 0.99% 0.75% -
XYZ 21.71 11.51 1.11 -
YUV 67.79 90.31 215.88 -
System Red Green Blue C M Y K H S L
Decimal 191 18 1 0 0.91 0.99 0.25 5.37 0.99 0.38
Hex BF 12 1 0 5B 63 19 5 63 26
Octal 277 22 1 0 133 143 31 5 143 46
Binary 10111111 10010 1 0 1011011 1100011 11001 101 1100011 100110

Color Harmonies of #BF1201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF1201

Black with #BF1201

Text Example


Text Example

White with #BF1201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF1201; }

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

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

background-color css

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

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

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

border-color css

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

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

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