Html Css Color HEX #AF0301 Free Speech Red

📋 copy color: '#AF0301'

red 175 ◦ green 3 ◦ blue 1

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

Shades of Free Speech Red #AF0301

Tints of Free Speech Red #AF0301

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.68%

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

R = 97.77%
G = 1.68%
B = 0.56%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.99

 K value IS 0.31

RGB Variations

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

Color information

#AF0301 (or 0xAF0301) is known color: Free Speech Red. HEX triplet: AF, 03 and 01. RGB value is (175,3,1). Sum of RGB (Red+Green+Blue) = 175+3+1=179 (23% of max value = 765). Red value is 175 (68.75% from 255 or 97.77% from 179); Green value is 3 (1.56% from 255 or 1.68% from 179); Blue value is 1 (0.78% from 255 or 0.56% from 179); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0301 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AF0301 is #50FCFE. Grayscale: #363636. Windows color (decimal): -5307647 or 66479. OLE color: 66479.

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

Color convert

RGB 175 3 1 -
CMYK 0 0.98 0.99 0.31
HSL 0.69º 0.99% 0.35% -
HSV(B) 0.69º 0.99% 0.69% -
XYZ 17.72 9.18 0.87 -
YUV 54.2 97.98 214.16 -
System Red Green Blue C M Y K H S L
Decimal 175 3 1 0 0.98 0.99 0.31 0.69 0.99 0.35
Hex AF 3 1 0 62 63 1F 1 63 23
Octal 257 3 1 0 142 143 37 1 143 43
Binary 10101111 11 1 0 1100010 1100011 11111 1 1100011 100011

Color Harmonies of #AF0301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0301

Black with #AF0301

Text Example


Text Example

White with #AF0301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0301; }

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

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

background-color css

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

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

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

border-color css

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

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

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