Html Css Color HEX #AF0F03 Free Speech Red

📋 copy color: '#AF0F03'

red 175 ◦ green 15 ◦ blue 3

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

Shades of Free Speech Red #AF0F03

Tints of Free Speech Red #AF0F03

RGB

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

 GREEN value IS 15 (6.25% from 255) = 7.77%

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

R = 90.67%
G = 7.77%
B = 1.55%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.98

 K value IS 0.31

RGB Variations

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

Color information

#AF0F03 (or 0xAF0F03) is known color: Free Speech Red. HEX triplet: AF, 0F and 03. RGB value is (175,15,3). Sum of RGB (Red+Green+Blue) = 175+15+3=193 (25% of max value = 765). Red value is 175 (68.75% from 255 or 90.67% from 193); Green value is 15 (6.25% from 255 or 7.77% from 193); Blue value is 3 (1.56% from 255 or 1.55% from 193); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0F03 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AF0F03 is #50F0FC. Grayscale: #3D3D3D. Windows color (decimal): -5304573 or 200623. OLE color: 200623.

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

Color convert

RGB 175 15 3 -
CMYK 0 0.91 0.98 0.31
HSL 4.19º 0.97% 0.35% -
HSV(B) 4.19º 0.98% 0.69% -
XYZ 17.87 9.46 0.97 -
YUV 61.47 95.01 208.98 -
System Red Green Blue C M Y K H S L
Decimal 175 15 3 0 0.91 0.98 0.31 4.19 0.97 0.35
Hex AF F 3 0 5B 62 1F 4 61 23
Octal 257 17 3 0 133 142 37 4 141 43
Binary 10101111 1111 11 0 1011011 1100010 11111 100 1100001 100011

Color Harmonies of #AF0F03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0F03

Black with #AF0F03

Text Example


Text Example

White with #AF0F03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0F03; }

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

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

background-color css

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

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

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

border-color css

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

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

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