Html Css Color HEX #BE0401 Free Speech Red

📋 copy color: '#BE0401'

red 190 ◦ green 4 ◦ blue 1

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

Shades of Free Speech Red #BE0401

Tints of Free Speech Red #BE0401

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.05%

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

R = 97.44%
G = 2.05%
B = 0.51%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.99

 K value IS 0.25

RGB Variations

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

Color information

#BE0401 (or 0xBE0401) is known color: Free Speech Red. HEX triplet: BE, 04 and 01. RGB value is (190,4,1). Sum of RGB (Red+Green+Blue) = 190+4+1=195 (25% of max value = 765). Red value is 190 (74.61% from 255 or 97.44% from 195); Green value is 4 (1.95% from 255 or 2.05% from 195); Blue value is 1 (0.78% from 255 or 0.51% from 195); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0401 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BE0401 is #41FBFE. Grayscale: #3B3B3B. Windows color (decimal): -4324351 or 66750. OLE color: 66750.

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

Color convert

RGB 190 4 1 -
CMYK 0 0.98 0.99 0.25
HSL 0.95º 0.99% 0.37% -
HSV(B) 0.95º 0.99% 0.75% -
XYZ 21.28 11.04 1.04 -
YUV 59.27 95.12 221.24 -
System Red Green Blue C M Y K H S L
Decimal 190 4 1 0 0.98 0.99 0.25 0.95 0.99 0.37
Hex BE 4 1 0 62 63 19 1 63 25
Octal 276 4 1 0 142 143 31 1 143 45
Binary 10111110 100 1 0 1100010 1100011 11001 1 1100011 100101

Color Harmonies of #BE0401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE0401

Black with #BE0401

Text Example


Text Example

White with #BE0401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE0401; }

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

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

background-color css

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

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

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

border-color css

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

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

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