Html Css Color HEX #A70F01 Free Speech Red

📋 copy color: '#A70F01'

red 167 ◦ green 15 ◦ blue 1

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

Shades of Free Speech Red #A70F01

Tints of Free Speech Red #A70F01

RGB

 RED value IS 167 (65.63% from 255) = 91.26%

 GREEN value IS 15 (6.25% from 255) = 8.2%

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

R = 91.26%
G = 8.2%
B = 0.55%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.99

 K value IS 0.35

RGB Variations

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

Color information

#A70F01 (or 0xA70F01) is known color: Free Speech Red. HEX triplet: A7, 0F and 01. RGB value is (167,15,1). Sum of RGB (Red+Green+Blue) = 167+15+1=183 (24% of max value = 765). Red value is 167 (65.62% from 255 or 91.26% from 183); Green value is 15 (6.25% from 255 or 8.20% from 183); Blue value is 1 (0.78% from 255 or 0.55% from 183); Max value from RGB is 167 - color contains mainly: red. Hex color #A70F01 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A70F01 is #58F0FE. Grayscale: #3B3B3B. Windows color (decimal): -5828863 or 69543. OLE color: 69543.

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

Color convert

RGB 167 15 1 -
CMYK 0 0.91 0.99 0.35
HSL 5.06º 0.99% 0.33% -
HSV(B) 5.06º 0.99% 0.65% -
XYZ 16.11 8.56 0.83 -
YUV 58.85 95.36 205.14 -
System Red Green Blue C M Y K H S L
Decimal 167 15 1 0 0.91 0.99 0.35 5.06 0.99 0.33
Hex A7 F 1 0 5B 63 23 5 63 21
Octal 247 17 1 0 133 143 43 5 143 41
Binary 10100111 1111 1 0 1011011 1100011 100011 101 1100011 100001

Color Harmonies of #A70F01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A70F01

Black with #A70F01

Text Example


Text Example

White with #A70F01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A70F01; }

 p { color: rgb(167,15,1); }

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

background-color css

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

 a { background-color: rgb(167,15,1); }

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

border-color css

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

 span { border-color: rgb(167,15,1); }

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