Html Css Color HEX #BF130F Free Speech Red

📋 copy color: '#BF130F'

red 191 ◦ green 19 ◦ blue 15

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

Shades of Free Speech Red #BF130F

Tints of Free Speech Red #BF130F

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.44%

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

R = 84.89%
G = 8.44%
B = 6.67%

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

#BF130F (or 0xBF130F) is known color: Free Speech Red. HEX triplet: BF, 13 and 0F. RGB value is (191,19,15). Sum of RGB (Red+Green+Blue) = 191+19+15=225 (29% of max value = 765). Red value is 191 (75% from 255 or 84.89% from 225); Green value is 19 (7.81% from 255 or 8.44% from 225); Blue value is 15 (6.25% from 255 or 6.67% from 225); Max value from RGB is 191 - color contains mainly: red. Hex color #BF130F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BF130F is #40ECF0. Grayscale: #464646. Windows color (decimal): -4254961 or 988095. OLE color: 988095.

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

Color convert

RGB 191 19 15 -
CMYK 0 0.90 0.92 0.25
HSL 1.36º 0.85% 0.4% -
HSV(B) 1.36º 0.92% 0.75% -
XYZ 21.8 11.58 1.54 -
YUV 69.97 96.98 214.33 -
System Red Green Blue C M Y K H S L
Decimal 191 19 15 0 0.90 0.92 0.25 1.36 0.85 0.4
Hex BF 13 F 0 5A 5C 19 1 55 28
Octal 277 23 17 0 132 134 31 1 125 50
Binary 10111111 10011 1111 0 1011010 1011100 11001 1 1010101 101000

Color Harmonies of #BF130F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF130F

Black with #BF130F

Text Example


Text Example

White with #BF130F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF130F; }

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

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

background-color css

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

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

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

border-color css

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

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

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