#B21401

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

Shades of Free Speech Red #B21401

Tints of Free Speech Red #B21401

Color information

#B21401 (or 0xB21401) is unknown color: approx Free Speech Red. HEX triplet: B2, 14 and 01. RGB value is (178,20,1). Sum of RGB (Red+Green+Blue) = 178+20+1=199 (26% of max value = 765). Red value is 178 (69.92% from 255 or 89.45% from 199); Green value is 20 (8.20% from 255 or 10.05% from 199); Blue value is 1 (0.78% from 255 or 0.50% from 199); Max value from RGB is 178 - color contains mainly: red. Hex color #B21401 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B21401 is #4DEBFE. Grayscale: #414141. Windows color (decimal): -5106687 or 70834. OLE color: 70834.

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

Color convert

RGB178201-
CMYK00.890.990.30
HSL6.44º98.88%35.1%-
HSV(B)6.44º99.44%69.8%-
XYZ18.629.970.97-
YUV65.0891.85208.54-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 89.45%
GREEN value IS 20 (8.20% from 255) = 10.05%
BLUE value IS 1 (0.78% from 255) = 0.50%
R=89.45%
G=10.05%
B=0.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.99
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17820100.890.990.306.4498.8835.1
HexB2141059631E66323
Octal262241013114336614343
Binary10110010101001010110011100011111101101100011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B21401

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B21401; }

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

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

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

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

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

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

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

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