Html Css Color HEX #AF0503 Free Speech Red

📋 copy color: '#AF0503'

red 175 ◦ green 5 ◦ blue 3

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

Shades of Free Speech Red #AF0503

Tints of Free Speech Red #AF0503

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.64%

R = 95.63%
G = 2.73%
B = 1.64%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.98

 K value IS 0.31

RGB Variations

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

Color information

#AF0503 (or 0xAF0503) is known color: Free Speech Red. HEX triplet: AF, 05 and 03. RGB value is (175,5,3). Sum of RGB (Red+Green+Blue) = 175+5+3=183 (24% of max value = 765). Red value is 175 (68.75% from 255 or 95.63% from 183); Green value is 5 (2.34% from 255 or 2.73% from 183); Blue value is 3 (1.56% from 255 or 1.64% from 183); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0503 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AF0503 is #50FAFC. Grayscale: #373737. Windows color (decimal): -5307133 or 198063. OLE color: 198063.

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

Color convert

RGB 175 5 3 -
CMYK 0 0.97 0.98 0.31
HSL 0.7º 0.97% 0.35% -
HSV(B) 0.7º 0.98% 0.69% -
XYZ 17.75 9.23 0.93 -
YUV 55.6 98.32 213.16 -
System Red Green Blue C M Y K H S L
Decimal 175 5 3 0 0.97 0.98 0.31 0.7 0.97 0.35
Hex AF 5 3 0 61 62 1F 1 61 23
Octal 257 5 3 0 141 142 37 1 141 43
Binary 10101111 101 11 0 1100001 1100010 11111 1 1100001 100011

Color Harmonies of #AF0503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0503

Black with #AF0503

Text Example


Text Example

White with #AF0503

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0503; }

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

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

background-color css

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

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

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

border-color css

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

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

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