Html Css Color HEX #BF140F Free Speech Red

📋 copy color: '#BF140F'

red 191 ◦ green 20 ◦ blue 15

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

Shades of Free Speech Red #BF140F

Tints of Free Speech Red #BF140F

RGB

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

 GREEN value IS 20 (8.2% from 255) = 8.85%

 BLUE value IS 15 (6.25% from 255) = 6.64%

R = 84.51%
G = 8.85%
B = 6.64%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.92

 K value IS 0.25

RGB Variations

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

Color information

#BF140F (or 0xBF140F) is known color: Free Speech Red. HEX triplet: BF, 14 and 0F. RGB value is (191,20,15). Sum of RGB (Red+Green+Blue) = 191+20+15=226 (29% of max value = 765). Red value is 191 (75% from 255 or 84.51% from 226); Green value is 20 (8.20% from 255 or 8.85% from 226); Blue value is 15 (6.25% from 255 or 6.64% from 226); Max value from RGB is 191 - color contains mainly: red. Hex color #BF140F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BF140F is #40EBF0. Grayscale: #464646. Windows color (decimal): -4254705 or 988351. OLE color: 988351.

HSL color Cylindrical-coordinate representation of color #BF140F: hue angle of 1.7º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BF140F is Cyan = 0, Magento = 0.90, Yellow = 0.92 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 20 15 -
CMYK 0 0.90 0.92 0.25
HSL 1.7º 0.85% 0.4% -
HSV(B) 1.7º 0.92% 0.75% -
XYZ 21.82 11.61 1.54 -
YUV 70.56 96.65 213.91 -
System Red Green Blue C M Y K H S L
Decimal 191 20 15 0 0.90 0.92 0.25 1.7 0.85 0.4
Hex BF 14 F 0 5A 5C 19 2 55 28
Octal 277 24 17 0 132 134 31 2 125 50
Binary 10111111 10100 1111 0 1011010 1011100 11001 10 1010101 101000

Color Harmonies of #BF140F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF140F

Black with #BF140F

Text Example


Text Example

White with #BF140F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF140F; }

 p { color: rgb(191,20,15); }

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

background-color css

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

 a { background-color: rgb(191,20,15); }

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

border-color css

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

 span { border-color: rgb(191,20,15); }

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