Html Css Color HEX #AF100A Free Speech Red

📋 copy color: '#AF100A'

red 175 ◦ green 16 ◦ blue 10

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

Shades of Free Speech Red #AF100A

Tints of Free Speech Red #AF100A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 4.98%

R = 87.06%
G = 7.96%
B = 4.98%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.94

 K value IS 0.31

RGB Variations

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

Color information

#AF100A (or 0xAF100A) is known color: Free Speech Red. HEX triplet: AF, 10 and 0A. RGB value is (175,16,10). Sum of RGB (Red+Green+Blue) = 175+16+10=201 (26% of max value = 765). Red value is 175 (68.75% from 255 or 87.06% from 201); Green value is 16 (6.64% from 255 or 7.96% from 201); Blue value is 10 (4.30% from 255 or 4.98% from 201); Max value from RGB is 175 - color contains mainly: red. Hex color #AF100A is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AF100A is #50EFF5. Grayscale: #3F3F3F. Windows color (decimal): -5304310 or 659631. OLE color: 659631.

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

Color convert

RGB 175 16 10 -
CMYK 0 0.91 0.94 0.31
HSL 2.18º 0.89% 0.36% -
HSV(B) 2.18º 0.94% 0.69% -
XYZ 17.92 9.51 1.18 -
YUV 62.86 98.18 207.99 -
System Red Green Blue C M Y K H S L
Decimal 175 16 10 0 0.91 0.94 0.31 2.18 0.89 0.36
Hex AF 10 A 0 5B 5E 1F 2 59 24
Octal 257 20 12 0 133 136 37 2 131 44
Binary 10101111 10000 1010 0 1011011 1011110 11111 10 1011001 100100

Color Harmonies of #AF100A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF100A

Black with #AF100A

Text Example


Text Example

White with #AF100A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF100A; }

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

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

background-color css

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

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

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

border-color css

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

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

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