Html Css Color HEX #AF1501 Free Speech Red

📋 copy color: '#AF1501'

red 175 ◦ green 21 ◦ blue 1

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

Shades of Free Speech Red #AF1501

Tints of Free Speech Red #AF1501

RGB

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

 GREEN value IS 21 (8.59% from 255) = 10.66%

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

R = 88.83%
G = 10.66%
B = 0.51%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.99

 K value IS 0.31

RGB Variations

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

Color information

#AF1501 (or 0xAF1501) is known color: Free Speech Red. HEX triplet: AF, 15 and 01. RGB value is (175,21,1). Sum of RGB (Red+Green+Blue) = 175+21+1=197 (26% of max value = 765). Red value is 175 (68.75% from 255 or 88.83% from 197); Green value is 21 (8.59% from 255 or 10.66% from 197); Blue value is 1 (0.78% from 255 or 0.51% from 197); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1501 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AF1501 is #50EAFE. Grayscale: #414141. Windows color (decimal): -5303039 or 71087. OLE color: 71087.

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

Color convert

RGB 175 21 1 -
CMYK 0 0.88 0.99 0.31
HSL 6.9º 0.99% 0.35% -
HSV(B) 6.9º 0.99% 0.69% -
XYZ 17.95 9.65 0.95 -
YUV 64.77 92.02 206.63 -
System Red Green Blue C M Y K H S L
Decimal 175 21 1 0 0.88 0.99 0.31 6.9 0.99 0.35
Hex AF 15 1 0 58 63 1F 7 63 23
Octal 257 25 1 0 130 143 37 7 143 43
Binary 10101111 10101 1 0 1011000 1100011 11111 111 1100011 100011

Color Harmonies of #AF1501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1501

Black with #AF1501

Text Example


Text Example

White with #AF1501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1501; }

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

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

background-color css

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

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

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

border-color css

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

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

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