Html Css Color HEX #AF0401 Free Speech Red

📋 copy color: '#AF0401'

red 175 ◦ green 4 ◦ blue 1

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

Shades of Free Speech Red #AF0401

Tints of Free Speech Red #AF0401

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.22%

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

R = 97.22%
G = 2.22%
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

#AF0401 (or 0xAF0401) is known color: Free Speech Red. HEX triplet: AF, 04 and 01. RGB value is (175,4,1). Sum of RGB (Red+Green+Blue) = 175+4+1=180 (23% of max value = 765). Red value is 175 (68.75% from 255 or 97.22% from 180); Green value is 4 (1.95% from 255 or 2.22% from 180); Blue value is 1 (0.78% from 255 or 0.56% from 180); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0401 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AF0401 is #50FBFE. Grayscale: #363636. Windows color (decimal): -5307391 or 66735. OLE color: 66735.

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

Color convert

RGB 175 4 1 -
CMYK 0 0.98 0.99 0.31
HSL 1.03º 0.99% 0.35% -
HSV(B) 1.03º 0.99% 0.69% -
XYZ 17.73 9.2 0.87 -
YUV 54.79 97.65 213.74 -
System Red Green Blue C M Y K H S L
Decimal 175 4 1 0 0.98 0.99 0.31 1.03 0.99 0.35
Hex AF 4 1 0 62 63 1F 1 63 23
Octal 257 4 1 0 142 143 37 1 143 43
Binary 10101111 100 1 0 1100010 1100011 11111 1 1100011 100011

Color Harmonies of #AF0401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0401

Black with #AF0401

Text Example


Text Example

White with #AF0401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0401; }

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

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

background-color css

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

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

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

border-color css

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

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

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