Html Css Color HEX #AF0400 Free Speech Red

📋 copy color: '#AF0400'

red 175 ◦ green 4 ◦ blue 0

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

Shades of Free Speech Red #AF0400

Tints of Free Speech Red #AF0400

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 97.77%
G = 2.23%
B = 0%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 1

 K value IS 0.31

RGB Variations

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

Color information

#AF0400 (or 0xAF0400) is known color: Free Speech Red. HEX triplet: AF, 04 and 00. RGB value is (175,4,0). Sum of RGB (Red+Green+Blue) = 175+4+0=179 (23% of max value = 765). Red value is 175 (68.75% from 255 or 97.77% from 179); Green value is 4 (1.95% from 255 or 2.23% from 179); Blue value is 0 (0.39% from 255 or 0% from 179); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0400 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AF0400 is #50FBFF. Grayscale: #363636. Windows color (decimal): -5307392 or 1199. OLE color: 1199.

HSL color Cylindrical-coordinate representation of color #AF0400: hue angle of 1.37º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AF0400 is Cyan = 0, Magento = 0.98, Yellow = 1 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 4 0 -
CMYK 0 0.98 1 0.31
HSL 1.37º 1% 0.34% -
HSV(B) 1.37º 1% 0.69% -
XYZ 17.72 9.2 0.84 -
YUV 54.67 97.15 213.83 -
System Red Green Blue C M Y K H S L
Decimal 175 4 0 0 0.98 1 0.31 1.37 1 0.34
Hex AF 4 0 0 62 64 1F 1 64 22
Octal 257 4 0 0 142 144 37 1 144 42
Binary 10101111 100 0 0 1100010 1100100 11111 1 1100100 100010

Color Harmonies of #AF0400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0400

Black with #AF0400

Text Example


Text Example

White with #AF0400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0400; }

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

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

background-color css

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

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

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

border-color css

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

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

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