Html Css Color HEX #BF1500 Free Speech Red

📋 copy color: '#BF1500'

red 191 ◦ green 21 ◦ blue 0

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

Shades of Free Speech Red #BF1500

Tints of Free Speech Red #BF1500

RGB

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

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

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

R = 90.09%
G = 9.91%
B = 0%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 1

 K value IS 0.25

RGB Variations

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

Color information

#BF1500 (or 0xBF1500) is known color: Free Speech Red. HEX triplet: BF, 15 and 00. RGB value is (191,21,0). Sum of RGB (Red+Green+Blue) = 191+21+0=212 (28% of max value = 765). Red value is 191 (75% from 255 or 90.09% from 212); Green value is 21 (8.59% from 255 or 9.91% from 212); Blue value is 0 (0.39% from 255 or 0% from 212); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1500 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BF1500 is #40EAFF. Grayscale: #454545. Windows color (decimal): -4254464 or 5567. OLE color: 5567.

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

Color convert

RGB 191 21 0 -
CMYK 0 0.89 1 0.25
HSL 6.6º 1% 0.37% -
HSV(B) 6.6º 1% 0.75% -
XYZ 21.75 11.61 1.09 -
YUV 69.44 88.82 214.71 -
System Red Green Blue C M Y K H S L
Decimal 191 21 0 0 0.89 1 0.25 6.6 1 0.37
Hex BF 15 0 0 59 64 19 7 64 25
Octal 277 25 0 0 131 144 31 7 144 45
Binary 10111111 10101 0 0 1011001 1100100 11001 111 1100100 100101

Color Harmonies of #BF1500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF1500

Black with #BF1500

Text Example


Text Example

White with #BF1500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF1500; }

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

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

background-color css

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

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

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

border-color css

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

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

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