Html Css Color HEX #AF0A09 Free Speech Red

📋 copy color: '#AF0A09'

red 175 ◦ green 10 ◦ blue 9

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

Shades of Free Speech Red #AF0A09

Tints of Free Speech Red #AF0A09

RGB

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

 GREEN value IS 10 (4.3% from 255) = 5.15%

 BLUE value IS 9 (3.91% from 255) = 4.64%

R = 90.21%
G = 5.15%
B = 4.64%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.95

 K value IS 0.31

RGB Variations

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

Color information

#AF0A09 (or 0xAF0A09) is known color: Free Speech Red. HEX triplet: AF, 0A and 09. RGB value is (175,10,9). Sum of RGB (Red+Green+Blue) = 175+10+9=194 (25% of max value = 765). Red value is 175 (68.75% from 255 or 90.21% from 194); Green value is 10 (4.30% from 255 or 5.15% from 194); Blue value is 9 (3.91% from 255 or 4.64% from 194); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0A09 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AF0A09 is #50F5F6. Grayscale: #3B3B3B. Windows color (decimal): -5305847 or 592559. OLE color: 592559.

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

Color convert

RGB 175 10 9 -
CMYK 0 0.94 0.95 0.31
HSL 0.36º 0.9% 0.36% -
HSV(B) 0.36º 0.95% 0.69% -
XYZ 17.84 9.35 1.12 -
YUV 59.22 99.66 210.58 -
System Red Green Blue C M Y K H S L
Decimal 175 10 9 0 0.94 0.95 0.31 0.36 0.9 0.36
Hex AF A 9 0 5E 5F 1F 0 5A 24
Octal 257 12 11 0 136 137 37 0 132 44
Binary 10101111 1010 1001 0 1011110 1011111 11111 0 1011010 100100

Color Harmonies of #AF0A09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0A09

Black with #AF0A09

Text Example


Text Example

White with #AF0A09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0A09; }

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

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

background-color css

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

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

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

border-color css

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

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

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