#B71401

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

Shades of Free Speech Red #B71401

Tints of Free Speech Red #B71401

Color information

#B71401 (or 0xB71401) is unknown color: approx Free Speech Red. HEX triplet: B7, 14 and 01. RGB value is (183,20,1). Sum of RGB (Red+Green+Blue) = 183+20+1=204 (27% of max value = 765). Red value is 183 (71.88% from 255 or 89.71% from 204); Green value is 20 (8.20% from 255 or 9.80% from 204); Blue value is 1 (0.78% from 255 or 0.49% from 204); Max value from RGB is 183 - color contains mainly: red. Hex color #B71401 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B71401 is #48EBFE. Grayscale: #424242. Windows color (decimal): -4779007 or 70839. OLE color: 70839.

HSL color Cylindrical-coordinate representation of color #B71401: hue angle of 6.26º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B71401 is Cyan = 0, Magento = 0.89, Yellow = 0.99 and Black (K on CMYK) = 0.28.

Color convert

RGB183201-
CMYK00.890.990.28
HSL6.26º98.91%36.08%-
HSV(B)6.26º99.45%71.76%-
XYZ19.7810.571.03-
YUV66.5791211.04-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 89.71%
GREEN value IS 20 (8.20% from 255) = 9.80%
BLUE value IS 1 (0.78% from 255) = 0.49%
R=89.71%
G=9.80%
B=0.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.99
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18320100.890.990.286.2698.9136.08
HexB7141059631C66324
Octal267241013114334614344
Binary10110111101001010110011100011111001101100011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B71401

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B71401; }

 p { color: rgb(183,20,1); }

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

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

 a { background-color: rgb(183,20,1); }

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

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

 span { border-color: rgb(183,20,1); }

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