Html Css Color HEX #AF0501 Free Speech Red

📋 copy color: '#AF0501'

red 175 ◦ green 5 ◦ blue 1

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

Shades of Free Speech Red #AF0501

Tints of Free Speech Red #AF0501

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.76%

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

R = 96.69%
G = 2.76%
B = 0.55%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.99

 K value IS 0.31

RGB Variations

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

Color information

#AF0501 (or 0xAF0501) is known color: Free Speech Red. HEX triplet: AF, 05 and 01. RGB value is (175,5,1). Sum of RGB (Red+Green+Blue) = 175+5+1=181 (23% of max value = 765). Red value is 175 (68.75% from 255 or 96.69% from 181); Green value is 5 (2.34% from 255 or 2.76% from 181); Blue value is 1 (0.78% from 255 or 0.55% from 181); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0501 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AF0501 is #50FAFE. Grayscale: #373737. Windows color (decimal): -5307135 or 66991. OLE color: 66991.

HSL color Cylindrical-coordinate representation of color #AF0501: hue angle of 1.38º 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 #AF0501 is Cyan = 0, Magento = 0.97, Yellow = 0.99 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 5 1 -
CMYK 0 0.97 0.99 0.31
HSL 1.38º 0.99% 0.35% -
HSV(B) 1.38º 0.99% 0.69% -
XYZ 17.74 9.22 0.87 -
YUV 55.37 97.32 213.33 -
System Red Green Blue C M Y K H S L
Decimal 175 5 1 0 0.97 0.99 0.31 1.38 0.99 0.35
Hex AF 5 1 0 61 63 1F 1 63 23
Octal 257 5 1 0 141 143 37 1 143 43
Binary 10101111 101 1 0 1100001 1100011 11111 1 1100011 100011

Color Harmonies of #AF0501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0501

Black with #AF0501

Text Example


Text Example

White with #AF0501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0501; }

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

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

background-color css

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

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

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

border-color css

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

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

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