Html Css Color HEX #AF0505 Free Speech Red

📋 copy color: '#AF0505'

red 175 ◦ green 5 ◦ blue 5

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

Shades of Free Speech Red #AF0505

Tints of Free Speech Red #AF0505

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.7%

 BLUE value IS 5 (2.34% from 255) = 2.7%

R = 94.59%
G = 2.7%
B = 2.7%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.97

 K value IS 0.31

RGB Variations

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

Color information

#AF0505 (or 0xAF0505) is known color: Free Speech Red. HEX triplet: AF, 05 and 05. RGB value is (175,5,5). Sum of RGB (Red+Green+Blue) = 175+5+5=185 (24% of max value = 765). Red value is 175 (68.75% from 255 or 94.59% from 185); Green value is 5 (2.34% from 255 or 2.70% from 185); Blue value is 5 (2.34% from 255 or 2.70% from 185); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0505 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AF0505 is #50FAFA. Grayscale: #383838. Windows color (decimal): -5307131 or 329135. OLE color: 329135.

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

Color convert

RGB 175 5 5 -
CMYK 0 0.97 0.97 0.31
HSL 0.94% 0.35% -
HSV(B) 0.97% 0.69% -
XYZ 17.76 9.23 0.99 -
YUV 55.83 99.32 213 -
System Red Green Blue C M Y K H S L
Decimal 175 5 5 0 0.97 0.97 0.31 0 0.94 0.35
Hex AF 5 5 0 61 61 1F 0 5E 23
Octal 257 5 5 0 141 141 37 0 136 43
Binary 10101111 101 101 0 1100001 1100001 11111 0 1011110 100011

Color Harmonies of #AF0505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0505

Black with #AF0505

Text Example


Text Example

White with #AF0505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0505; }

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

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

background-color css

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

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

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

border-color css

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

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

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