Html Css Color HEX #AF0C06 Free Speech Red

📋 copy color: '#AF0C06'

red 175 ◦ green 12 ◦ blue 6

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

Shades of Free Speech Red #AF0C06

Tints of Free Speech Red #AF0C06

RGB

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

 GREEN value IS 12 (5.08% from 255) = 6.22%

 BLUE value IS 6 (2.73% from 255) = 3.11%

R = 90.67%
G = 6.22%
B = 3.11%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.97

 K value IS 0.31

RGB Variations

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

Color information

#AF0C06 (or 0xAF0C06) is known color: Free Speech Red. HEX triplet: AF, 0C and 06. RGB value is (175,12,6). Sum of RGB (Red+Green+Blue) = 175+12+6=193 (25% of max value = 765). Red value is 175 (68.75% from 255 or 90.67% from 193); Green value is 12 (5.08% from 255 or 6.22% from 193); Blue value is 6 (2.73% from 255 or 3.11% from 193); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0C06 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AF0C06 is #50F3F9. Grayscale: #3C3C3C. Windows color (decimal): -5305338 or 396463. OLE color: 396463.

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

Color convert

RGB 175 12 6 -
CMYK 0 0.93 0.97 0.31
HSL 2.13º 0.93% 0.35% -
HSV(B) 2.13º 0.97% 0.69% -
XYZ 17.84 9.39 1.04 -
YUV 60.05 97.5 209.99 -
System Red Green Blue C M Y K H S L
Decimal 175 12 6 0 0.93 0.97 0.31 2.13 0.93 0.35
Hex AF C 6 0 5D 61 1F 2 5D 23
Octal 257 14 6 0 135 141 37 2 135 43
Binary 10101111 1100 110 0 1011101 1100001 11111 10 1011101 100011

Color Harmonies of #AF0C06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0C06

Black with #AF0C06

Text Example


Text Example

White with #AF0C06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0C06; }

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

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

background-color css

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

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

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

border-color css

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

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

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