Html Css Color HEX #AB1401 Free Speech Red

📋 copy color: '#AB1401'

red 171 ◦ green 20 ◦ blue 1

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

Shades of Free Speech Red #AB1401

Tints of Free Speech Red #AB1401

RGB

 RED value IS 171 (67.19% from 255) = 89.06%

 GREEN value IS 20 (8.2% from 255) = 10.42%

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

R = 89.06%
G = 10.42%
B = 0.52%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.99

 K value IS 0.33

RGB Variations

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

Color information

#AB1401 (or 0xAB1401) is known color: Free Speech Red. HEX triplet: AB, 14 and 01. RGB value is (171,20,1). Sum of RGB (Red+Green+Blue) = 171+20+1=192 (25% of max value = 765). Red value is 171 (67.19% from 255 or 89.06% from 192); Green value is 20 (8.20% from 255 or 10.42% from 192); Blue value is 1 (0.78% from 255 or 0.52% from 192); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1401 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AB1401 is #54EBFE. Grayscale: #3F3F3F. Windows color (decimal): -5565439 or 70827. OLE color: 70827.

HSL color Cylindrical-coordinate representation of color #AB1401: hue angle of 6.71º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AB1401 is Cyan = 0, Magento = 0.88, Yellow = 0.99 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 20 1 -
CMYK 0 0.88 0.99 0.33
HSL 6.71º 0.99% 0.34% -
HSV(B) 6.71º 0.99% 0.67% -
XYZ 17.05 9.16 0.9 -
YUV 62.98 93.03 205.04 -
System Red Green Blue C M Y K H S L
Decimal 171 20 1 0 0.88 0.99 0.33 6.71 0.99 0.34
Hex AB 14 1 0 58 63 21 7 63 22
Octal 253 24 1 0 130 143 41 7 143 42
Binary 10101011 10100 1 0 1011000 1100011 100001 111 1100011 100010

Color Harmonies of #AB1401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1401

Black with #AB1401

Text Example


Text Example

White with #AB1401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1401; }

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

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

background-color css

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

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

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

border-color css

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

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

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