Html Css Color HEX #BE110F Free Speech Red

📋 copy color: '#BE110F'

red 190 ◦ green 17 ◦ blue 15

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

Shades of Free Speech Red #BE110F

Tints of Free Speech Red #BE110F

RGB

 RED value IS 190 (74.61% from 255) = 85.59%

 GREEN value IS 17 (7.03% from 255) = 7.66%

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

R = 85.59%
G = 7.66%
B = 6.76%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.92

 K value IS 0.25

RGB Variations

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

Color information

#BE110F (or 0xBE110F) is known color: Free Speech Red. HEX triplet: BE, 11 and 0F. RGB value is (190,17,15). Sum of RGB (Red+Green+Blue) = 190+17+15=222 (29% of max value = 765). Red value is 190 (74.61% from 255 or 85.59% from 222); Green value is 17 (7.03% from 255 or 7.66% from 222); Blue value is 15 (6.25% from 255 or 6.76% from 222); Max value from RGB is 190 - color contains mainly: red. Hex color #BE110F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BE110F is #41EEF0. Grayscale: #444444. Windows color (decimal): -4321009 or 987582. OLE color: 987582.

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

Color convert

RGB 190 17 15 -
CMYK 0 0.91 0.92 0.25
HSL 0.69º 0.85% 0.4% -
HSV(B) 0.69º 0.92% 0.75% -
XYZ 21.52 11.38 1.51 -
YUV 68.5 97.81 214.66 -
System Red Green Blue C M Y K H S L
Decimal 190 17 15 0 0.91 0.92 0.25 0.69 0.85 0.4
Hex BE 11 F 0 5B 5C 19 1 55 28
Octal 276 21 17 0 133 134 31 1 125 50
Binary 10111110 10001 1111 0 1011011 1011100 11001 1 1010101 101000

Color Harmonies of #BE110F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE110F

Black with #BE110F

Text Example


Text Example

White with #BE110F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE110F; }

 p { color: rgb(190,17,15); }

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

background-color css

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

 a { background-color: rgb(190,17,15); }

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

border-color css

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

 span { border-color: rgb(190,17,15); }

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