Html Css Color HEX #AF0E0B Free Speech Red

📋 copy color: '#AF0E0B'

red 175 ◦ green 14 ◦ blue 11

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

Shades of Free Speech Red #AF0E0B

Tints of Free Speech Red #AF0E0B

RGB

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

 GREEN value IS 14 (5.86% from 255) = 7%

 BLUE value IS 11 (4.69% from 255) = 5.5%

R = 87.5%
G = 7%
B = 5.5%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.94

 K value IS 0.31

RGB Variations

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

Color information

#AF0E0B (or 0xAF0E0B) is known color: Free Speech Red. HEX triplet: AF, 0E and 0B. RGB value is (175,14,11). Sum of RGB (Red+Green+Blue) = 175+14+11=200 (26% of max value = 765). Red value is 175 (68.75% from 255 or 87.5% from 200); Green value is 14 (5.86% from 255 or 7% from 200); Blue value is 11 (4.69% from 255 or 5.5% from 200); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0E0B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AF0E0B is #50F1F4. Grayscale: #3D3D3D. Windows color (decimal): -5304821 or 724655. OLE color: 724655.

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

Color convert

RGB 175 14 11 -
CMYK 0 0.92 0.94 0.31
HSL 1.1º 0.88% 0.36% -
HSV(B) 1.1º 0.94% 0.69% -
XYZ 17.9 9.45 1.2 -
YUV 61.8 99.34 208.74 -
System Red Green Blue C M Y K H S L
Decimal 175 14 11 0 0.92 0.94 0.31 1.1 0.88 0.36
Hex AF E B 0 5C 5E 1F 1 58 24
Octal 257 16 13 0 134 136 37 1 130 44
Binary 10101111 1110 1011 0 1011100 1011110 11111 1 1011000 100100

Color Harmonies of #AF0E0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0E0B

Black with #AF0E0B

Text Example


Text Example

White with #AF0E0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0E0B; }

 p { color: rgb(175,14,11); }

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

background-color css

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

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

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

border-color css

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

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

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