#BE0E08

Color #BE0E08 Free Speech Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Red #BE0E08

Tints of Free Speech Red #BE0E08

Color information

#BE0E08 (or 0xBE0E08) is unknown color: approx Free Speech Red. HEX triplet: BE, 0E and 08. RGB value is (190,14,8). Sum of RGB (Red+Green+Blue) = 190+14+8=212 (28% of max value = 765). Red value is 190 (74.61% from 255 or 89.62% from 212); Green value is 14 (5.86% from 255 or 6.60% from 212); Blue value is 8 (3.52% from 255 or 3.77% from 212); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0E08 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BE0E08 is #41F1F7. Grayscale: #424242. Windows color (decimal): -4321784 or 528062. OLE color: 528062.

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

Color convert

RGB190148-
CMYK00.930.960.25
HSL1.98º91.92%38.82%-
HSV(B)1.98º95.79%74.51%-
XYZ21.4411.281.28-
YUV65.9495.31216.49-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 89.62%
GREEN value IS 14 (5.86% from 255) = 6.60%
BLUE value IS 8 (3.52% from 255) = 3.77%
R=89.62%
G=6.60%
B=3.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.96
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19014800.930.960.251.9891.9238.82
HexBEE805D601925c27
Octal2761610013514031213447
Binary101111101110100001011101110000011001101011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE0E08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE0E08; }

 p { color: rgb(190,14,8); }

 H1.HeaderClassName
 {
   color: #BE0E08;
 }
 .AnyTagClassName
 {
   color: #BE0E08;
 }
</style>
background-color css

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

 a { background-color: rgb(190,14,8); }

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

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

 span { border-color: rgb(190,14,8); }

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