Html Css Color HEX #AF1201 Free Speech Red

📋 copy color: '#AF1201'

red 175 ◦ green 18 ◦ blue 1

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

Shades of Free Speech Red #AF1201

Tints of Free Speech Red #AF1201

RGB

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

 GREEN value IS 18 (7.42% from 255) = 9.28%

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

R = 90.21%
G = 9.28%
B = 0.52%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.99

 K value IS 0.31

RGB Variations

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

Color information

#AF1201 (or 0xAF1201) is known color: Free Speech Red. HEX triplet: AF, 12 and 01. RGB value is (175,18,1). Sum of RGB (Red+Green+Blue) = 175+18+1=194 (25% of max value = 765). Red value is 175 (68.75% from 255 or 90.21% from 194); Green value is 18 (7.42% from 255 or 9.28% from 194); Blue value is 1 (0.78% from 255 or 0.52% from 194); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1201 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AF1201 is #50EDFE. Grayscale: #3F3F3F. Windows color (decimal): -5303807 or 70319. OLE color: 70319.

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

Color convert

RGB 175 18 1 -
CMYK 0 0.90 0.99 0.31
HSL 5.86º 0.99% 0.35% -
HSV(B) 5.86º 0.99% 0.69% -
XYZ 17.9 9.55 0.93 -
YUV 63.01 93.01 207.88 -
System Red Green Blue C M Y K H S L
Decimal 175 18 1 0 0.90 0.99 0.31 5.86 0.99 0.35
Hex AF 12 1 0 5A 63 1F 6 63 23
Octal 257 22 1 0 132 143 37 6 143 43
Binary 10101111 10010 1 0 1011010 1100011 11111 110 1100011 100011

Color Harmonies of #AF1201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1201

Black with #AF1201

Text Example


Text Example

White with #AF1201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1201; }

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

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

background-color css

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

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

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

border-color css

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

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

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