Html Css Color HEX #AF100C Free Speech Red

📋 copy color: '#AF100C'

red 175 ◦ green 16 ◦ blue 12

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

Shades of Free Speech Red #AF100C

Tints of Free Speech Red #AF100C

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.88%

 BLUE value IS 12 (5.08% from 255) = 5.91%

R = 86.21%
G = 7.88%
B = 5.91%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.93

 K value IS 0.31

RGB Variations

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

Color information

#AF100C (or 0xAF100C) is known color: Free Speech Red. HEX triplet: AF, 10 and 0C. RGB value is (175,16,12). Sum of RGB (Red+Green+Blue) = 175+16+12=203 (26% of max value = 765). Red value is 175 (68.75% from 255 or 86.21% from 203); Green value is 16 (6.64% from 255 or 7.88% from 203); Blue value is 12 (5.08% from 255 or 5.91% from 203); Max value from RGB is 175 - color contains mainly: red. Hex color #AF100C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AF100C is #50EFF3. Grayscale: #3F3F3F. Windows color (decimal): -5304308 or 790703. OLE color: 790703.

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

Color convert

RGB 175 16 12 -
CMYK 0 0.91 0.93 0.31
HSL 1.47º 0.87% 0.37% -
HSV(B) 1.47º 0.93% 0.69% -
XYZ 17.93 9.51 1.24 -
YUV 63.09 99.18 207.83 -
System Red Green Blue C M Y K H S L
Decimal 175 16 12 0 0.91 0.93 0.31 1.47 0.87 0.37
Hex AF 10 C 0 5B 5D 1F 1 57 25
Octal 257 20 14 0 133 135 37 1 127 45
Binary 10101111 10000 1100 0 1011011 1011101 11111 1 1010111 100101

Color Harmonies of #AF100C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF100C

Black with #AF100C

Text Example


Text Example

White with #AF100C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF100C; }

 p { color: rgb(175,16,12); }

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

background-color css

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

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

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

border-color css

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

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

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