Html Css Color HEX #AF0404 Free Speech Red

📋 copy color: '#AF0404'

red 175 ◦ green 4 ◦ blue 4

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

Shades of Free Speech Red #AF0404

Tints of Free Speech Red #AF0404

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 2.19%

R = 95.63%
G = 2.19%
B = 2.19%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.98

 K value IS 0.31

RGB Variations

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

Color information

#AF0404 (or 0xAF0404) is known color: Free Speech Red. HEX triplet: AF, 04 and 04. RGB value is (175,4,4). Sum of RGB (Red+Green+Blue) = 175+4+4=183 (24% of max value = 765). Red value is 175 (68.75% from 255 or 95.63% from 183); Green value is 4 (1.95% from 255 or 2.19% from 183); Blue value is 4 (1.95% from 255 or 2.19% from 183); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0404 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AF0404 is #50FBFB. Grayscale: #373737. Windows color (decimal): -5307388 or 263343. OLE color: 263343.

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

Color convert

RGB 175 4 4 -
CMYK 0 0.98 0.98 0.31
HSL 0.96% 0.35% -
HSV(B) 0.98% 0.69% -
XYZ 17.74 9.21 0.96 -
YUV 55.13 99.15 213.5 -
System Red Green Blue C M Y K H S L
Decimal 175 4 4 0 0.98 0.98 0.31 0 0.96 0.35
Hex AF 4 4 0 62 62 1F 0 60 23
Octal 257 4 4 0 142 142 37 0 140 43
Binary 10101111 100 100 0 1100010 1100010 11111 0 1100000 100011

Color Harmonies of #AF0404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0404

Black with #AF0404

Text Example


Text Example

White with #AF0404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0404; }

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

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

background-color css

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

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

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

border-color css

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

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

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