Html Css Color HEX #BF0700 Free Speech Red

📋 copy color: '#BF0700'

red 191 ◦ green 7 ◦ blue 0

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

Shades of Free Speech Red #BF0700

Tints of Free Speech Red #BF0700

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.54%

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

R = 96.46%
G = 3.54%
B = 0%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 1

 K value IS 0.25

RGB Variations

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

Color information

#BF0700 (or 0xBF0700) is known color: Free Speech Red. HEX triplet: BF, 07 and 00. RGB value is (191,7,0). Sum of RGB (Red+Green+Blue) = 191+7+0=198 (26% of max value = 765). Red value is 191 (75% from 255 or 96.46% from 198); Green value is 7 (3.12% from 255 or 3.54% from 198); Blue value is 0 (0.39% from 255 or 0% from 198); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0700 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BF0700 is #40F8FF. Grayscale: #3D3D3D. Windows color (decimal): -4258048 or 1983. OLE color: 1983.

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

Color convert

RGB 191 7 0 -
CMYK 0 0.96 1 0.25
HSL 2.2º 1% 0.37% -
HSV(B) 2.2º 1% 0.75% -
XYZ 21.56 11.23 1.03 -
YUV 61.22 93.46 220.57 -
System Red Green Blue C M Y K H S L
Decimal 191 7 0 0 0.96 1 0.25 2.2 1 0.37
Hex BF 7 0 0 60 64 19 2 64 25
Octal 277 7 0 0 140 144 31 2 144 45
Binary 10111111 111 0 0 1100000 1100100 11001 10 1100100 100101

Color Harmonies of #BF0700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF0700

Black with #BF0700

Text Example


Text Example

White with #BF0700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF0700; }

 p { color: rgb(191,7,0); }

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

background-color css

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

 a { background-color: rgb(191,7,0); }

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

border-color css

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

 span { border-color: rgb(191,7,0); }

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