Html Css Color HEX #BE1201 Free Speech Red

📋 copy color: '#BE1201'

red 190 ◦ green 18 ◦ blue 1

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

Shades of Free Speech Red #BE1201

Tints of Free Speech Red #BE1201

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8.61%

 BLUE value IS 1 (0.78% from 255) = 0.48%

R = 90.91%
G = 8.61%
B = 0.48%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.99

 K value IS 0.25

RGB Variations

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

Color information

#BE1201 (or 0xBE1201) is known color: Free Speech Red. HEX triplet: BE, 12 and 01. RGB value is (190,18,1). Sum of RGB (Red+Green+Blue) = 190+18+1=209 (27% of max value = 765). Red value is 190 (74.61% from 255 or 90.91% from 209); Green value is 18 (7.42% from 255 or 8.61% from 209); Blue value is 1 (0.78% from 255 or 0.48% from 209); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1201 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BE1201 is #41EDFE. Grayscale: #434343. Windows color (decimal): -4320767 or 70334. OLE color: 70334.

HSL color Cylindrical-coordinate representation of color #BE1201: hue angle of 5.4º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BE1201 is Cyan = 0, Magento = 0.91, Yellow = 0.99 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 18 1 -
CMYK 0 0.91 0.99 0.25
HSL 5.4º 0.99% 0.37% -
HSV(B) 5.4º 0.99% 0.75% -
XYZ 21.46 11.38 1.09 -
YUV 67.49 90.48 215.38 -
System Red Green Blue C M Y K H S L
Decimal 190 18 1 0 0.91 0.99 0.25 5.4 0.99 0.37
Hex BE 12 1 0 5B 63 19 5 63 25
Octal 276 22 1 0 133 143 31 5 143 45
Binary 10111110 10010 1 0 1011011 1100011 11001 101 1100011 100101

Color Harmonies of #BE1201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE1201

Black with #BE1201

Text Example


Text Example

White with #BE1201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE1201; }

 p { color: rgb(190,18,1); }

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

background-color css

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

 a { background-color: rgb(190,18,1); }

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

border-color css

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

 span { border-color: rgb(190,18,1); }

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