Html Css Color HEX #AF0E0A Free Speech Red

📋 copy color: '#AF0E0A'

red 175 ◦ green 14 ◦ blue 10

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

Shades of Free Speech Red #AF0E0A

Tints of Free Speech Red #AF0E0A

RGB

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

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

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

R = 87.94%
G = 7.04%
B = 5.03%

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

#AF0E0A (or 0xAF0E0A) is known color: Free Speech Red. HEX triplet: AF, 0E and 0A. RGB value is (175,14,10). Sum of RGB (Red+Green+Blue) = 175+14+10=199 (26% of max value = 765). Red value is 175 (68.75% from 255 or 87.94% from 199); Green value is 14 (5.86% from 255 or 7.04% from 199); Blue value is 10 (4.30% from 255 or 5.03% from 199); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0E0A is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AF0E0A is #50F1F5. Grayscale: #3D3D3D. Windows color (decimal): -5304822 or 659119. OLE color: 659119.

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

Color convert

RGB 175 14 10 -
CMYK 0 0.92 0.94 0.31
HSL 1.45º 0.89% 0.36% -
HSV(B) 1.45º 0.94% 0.69% -
XYZ 17.89 9.45 1.17 -
YUV 61.68 98.84 208.83 -
System Red Green Blue C M Y K H S L
Decimal 175 14 10 0 0.92 0.94 0.31 1.45 0.89 0.36
Hex AF E A 0 5C 5E 1F 1 59 24
Octal 257 16 12 0 134 136 37 1 131 44
Binary 10101111 1110 1010 0 1011100 1011110 11111 1 1011001 100100

Color Harmonies of #AF0E0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0E0A

Black with #AF0E0A

Text Example


Text Example

White with #AF0E0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0E0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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