Html Css Color HEX #AF0101 Free Speech Red

📋 copy color: '#AF0101'

red 175 ◦ green 1 ◦ blue 1

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

Shades of Free Speech Red #AF0101

Tints of Free Speech Red #AF0101

RGB

 RED value IS 175 (68.75% from 255) = 98.87%

 GREEN value IS 1 (0.78% from 255) = 0.56%

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

R = 98.87%
G = 0.56%
B = 0.56%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.99

 K value IS 0.31

RGB Variations

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

Color information

#AF0101 (or 0xAF0101) is known color: Free Speech Red. HEX triplet: AF, 01 and 01. RGB value is (175,1,1). Sum of RGB (Red+Green+Blue) = 175+1+1=177 (23% of max value = 765). Red value is 175 (68.75% from 255 or 98.87% from 177); Green value is 1 (0.78% from 255 or 0.56% from 177); Blue value is 1 (0.78% from 255 or 0.56% from 177); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0101 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AF0101 is #50FEFE. Grayscale: #353535. Windows color (decimal): -5308159 or 65967. OLE color: 65967.

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

Color convert

RGB 175 1 1 -
CMYK 0 0.99 0.99 0.31
HSL 0.99% 0.35% -
HSV(B) 0.99% 0.69% -
XYZ 17.7 9.14 0.86 -
YUV 53.03 98.65 215 -
System Red Green Blue C M Y K H S L
Decimal 175 1 1 0 0.99 0.99 0.31 0 0.99 0.35
Hex AF 1 1 0 63 63 1F 0 63 23
Octal 257 1 1 0 143 143 37 0 143 43
Binary 10101111 1 1 0 1100011 1100011 11111 0 1100011 100011

Color Harmonies of #AF0101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0101

Black with #AF0101

Text Example


Text Example

White with #AF0101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0101; }

 p { color: rgb(175,1,1); }

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

background-color css

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

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

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

border-color css

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

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

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