Html Css Color HEX #AF0E08 Free Speech Red

📋 copy color: '#AF0E08'

red 175 ◦ green 14 ◦ blue 8

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

Shades of Free Speech Red #AF0E08

Tints of Free Speech Red #AF0E08

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 4.06%

R = 88.83%
G = 7.11%
B = 4.06%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.95

 K value IS 0.31

RGB Variations

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

Color information

#AF0E08 (or 0xAF0E08) is known color: Free Speech Red. HEX triplet: AF, 0E and 08. RGB value is (175,14,8). Sum of RGB (Red+Green+Blue) = 175+14+8=197 (26% of max value = 765). Red value is 175 (68.75% from 255 or 88.83% from 197); Green value is 14 (5.86% from 255 or 7.11% from 197); Blue value is 8 (3.52% from 255 or 4.06% from 197); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0E08 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AF0E08 is #50F1F7. Grayscale: #3D3D3D. Windows color (decimal): -5304824 or 528047. OLE color: 528047.

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

Color convert

RGB 175 14 8 -
CMYK 0 0.92 0.95 0.31
HSL 2.16º 0.91% 0.36% -
HSV(B) 2.16º 0.95% 0.69% -
XYZ 17.88 9.45 1.11 -
YUV 61.46 97.84 208.99 -
System Red Green Blue C M Y K H S L
Decimal 175 14 8 0 0.92 0.95 0.31 2.16 0.91 0.36
Hex AF E 8 0 5C 5F 1F 2 5B 24
Octal 257 16 10 0 134 137 37 2 133 44
Binary 10101111 1110 1000 0 1011100 1011111 11111 10 1011011 100100

Color Harmonies of #AF0E08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0E08

Black with #AF0E08

Text Example


Text Example

White with #AF0E08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0E08; }

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

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

background-color css

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

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

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

border-color css

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

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

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